Advanced Installation TopicsSSL for SAP B1 Web Service

SSL for SAP B1 Web Service

Sana Commerce 9.0
Your connector

Configure Web Service to Use SSL

To configure Sana Web service for SAP Business One to use SSL:

Step 1: Open the 'Web.config' file of the Sana Web service in any text editor (for example Notepad).

Step 2: In the <services> section uncomment the endpoint which is used with HTTPS.

Step 3: In the <serviceBehaviors> section set the value of the 'httpGetEnabled' parameter to 'False' and the value of the 'httpsGetEnabled' parameter to 'True':

<serviceMetadata httpGetEnabled="False" httpsGetEnabled="True" />

Step 4: In the <basicHttpBinding> section uncomment the binding which is used with HTTPS.

You should now be able to use the Sana Web service for SAP Business One which is encrypted with the SSL certificate. To verify this, enter the Web service URL with the https protocol instead of http in the address bar of your Web browser.

Advanced Installation TopicsSSL for SAP B1 Web Service