Configuring your SOAP client

Before you can submit requests to the web service, a few settings are required in your SOAP client.

Procedure

  1. Open the SSL settings in your SOAP client. (E.g. in the SoapUI client select Preferences > SSL Settings.
  2. In the SSL settings configure the following:
    • KeyStore: the path to the keystore of your client SSL certificate
    • KeyStore Password
    • Client Authentication: Check requires client authentication
    Figure 1: SOAP client - SSL settings
    SOAP client - SSL settings
  3. Click OK.
  4. In your SOAP client select File > New SOAP Project.
  5. In the pop-up New SOAP Project enter the following:
    • Project Name: A project name of your choice.
    • Initial WSDL: The URL: https://<gateway-hostname>:<port>/<address>/?wsdl, e.g. https://my.gateway.com:7789/csvtokenizer/?wsdl
    Figure 2: SOAP client - New SOAP Project
    SOAP client - New SOAP Project
  6. Click OK.

Results

You have successfully configured SSL and the WSDL in your SOAP client.