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:
Customize the xSuite Interface configuration files that contain the xSuite Bus service URL.
Set the parameter
WebserviceURLto the new URL of the xSuite Bus Web Service(WebserviceURL=https://wmd01.wmd.de/xFlowBusWebServiceHost/XFlowBusWebService.svc/basic).Customize the
xSuiteInterface.exe.configfile.Go to the node
<system.serviceModel><bindings><basicHttpBinding><binding>and enter the following:<security mode="Transport"/>.