Configure the Destination to Receive SCI Notifications and Implement the WSDL

At a minimum, you must configure the destination to use SSL/TSL for the library connection.

If you added a username and password when configuring the destination on the library, it sends the credentials as a username/password token in the SOAP headers of the messages.

The library sends outbound SCI messages using a WSDL interface. An application developer must implement this interface at the destination so that the library can make successful outbound SCI calls.

You can find the WSDL at:

http://<hostname>:<port>/OutboundWebService/

  • <hostname> is the hostname of the library in your DNS.
  • <port> is the port you have configured for the library. The default port number is 80.

The developer must implement the outbound SCI interface methods so that these calls return quickly by capturing the data sent on the call and then returning the call immediately. The application should wait to process data until after returning the call.