Install Sana Commerce on AX Environment

Open 'Install Sana Commerce on AX Environment' wizard, choose you AX version and service to see more information.

Secure the Web Service

This step is needed only if you want to encrypt your Microsoft Dynamics AX web service with SSL to make your data and network more secure and reliable.

If you need to configure the AIF Web service to work with SSL:

If the web service is activated at first deactivate it.

Step 1: In Microsoft Dynamics AX go to the following location: System administration -> Setup > Services and Application Integration Framework -> Inbound ports.

Step 2: Locate the created during the installation process service and click the 'Configure' button to the right of the 'Adapter' field to modify the WCF configuration:


AIF Web Service

Step 3: Create a new service binding (binding type 'basicHttpBinding') and set the binding parameters as shown on the screenshot below:


Creating and Configuring a Service Binding

Step 4: On the 'Security' tab set the 'Transport' mode and 'Windows' TransportClientCredentialType:


Configuring Security Settings

Step 5: Create new endpoint and link it to the newly created binding:


Creating the Endpoint

Step 6: In the 'Service Behaviors' configuration set 'HttpsGetEnabled' to 'True':


Configuring Service Behavior

Additional Resources:

More information about SSL and WCF services can be found here:

http://msdn.microsoft.com/en-us/library/ms734679.aspx

http://msdn.microsoft.com/en-us/library/ff648360.aspx