Required property for secure Map Test HTTP Server adapter
When the Sterling B2B Integrator Map Test HTTP Server adapter is configured to use the secure socket layer (SSL), the client computer must use a secure connection to retrieve map settings from the Sterling B2B Integrator map repository.
To use a secure connection to retrieve map settings from the Sterling B2B Integrator map repository:
- On the client computer, go to C:\Documents and Settings\Administrator\.pmodeler\host_IP_address\dashboard_port_number\gbm.properties.
- Set the following property:
WTXMapSettings_SecureConnection = true
When the Map Test HTTP adapter setting and the client configuration do not match, an error
message displays. To resolve the problem, correct the WTXMapSettings_SecureConnection property in the
gbm.properties file and restart the GPM.
Map-Test HTTP Adapter Setting | Client Configuration | Error Message |
---|---|---|
Use SSL | WTXMapSettings_SecureConnection = false | Unable to send SOAP Request to Host: http://hostName:adapter_port/MapServices. The following exception occurred: Unexpected end of file from server Possible protocol error (http/https). Contact server administrator. Map settings retrieval operation was not successful. |
Do not use SSL | WTXMapSettings_SecureConnection = true | Unable to send SOAP Request to Host: https://hostName:adapter_port/MapServices. The following exception occurred: Unrecognized SSL message, plaintext connection? Map settings retrieval operation was not successful. |