Skip to main content

xSuite Bus Prism Administration Guide

Setting up the SSL encryption of the transport in xSuite Bus Prism

For SSL transport encryption communication to work between xSuite Bus Prism and the connected systems, modify the web.config file. By default, this file is located in the D:\xSuite\xSuiteBusWeb\xFlowBusWebServiceHost\Web.config directory.

The following settings must be made:

  1. In the node <Bindings><basicHttpBinding> and in the node <Bindings><webHttpBinding>, enter the following: <security mode="Transport"/>.

    bus_ssl_transportverschluesselung_config01.png
  2. In the node <system.serviceModel><services><service>, enter the following: <endpoint address="mex" binding="mexHttpsBinding" contract="IMetadataExchange" />.

    bus_ssl_transportverschluesselung_config02.png

In addition, in the xSuite Bus Management Studio in the service configuration for the IIS Web Service, the web service address must be changed as follows:

  1. In the Service Type column of the Service Watcher section, select the type IIS Web Service.

    Auswahl_IIS-Service_im_Service_Watcher_BUS.png
  2. Open the Watched Service section and enter the web service address with https in the Webservice Address field.

    bus_webservice_adress_umstellen.png

    Notice

    If the previous port is different from port 443, add :443 to the web-service address.

    beschriftung_bus_webservice_adress_port.png