Skip to main content

xSuite Bus Prism Administration Guide

Setting up SSL transport encryption in xSuite Interface Prism

For SSL transport encryption communication to work between xSuite Interface Prism and xSuite Bus Prism, make the following adjustments in xSuite Interface:

  1. Customize the xSuite Interface configuration files that contain the xSuite Bus service URL.

    Set the parameter WebserviceURL to the new URL of the xSuite Bus Web Service (WebserviceURL=https://wmd01.wmd.de/xFlowBusWebServiceHost/XFlowBusWebService.svc/basic).

  2. Customize the xSuiteInterface.exe.config file.

    Go to the node <system.serviceModel><bindings><basicHttpBinding><binding> and enter the following: <security mode="Transport"/>.

    SSL002.png