Creating the HTTPS inbound thread

  1. In Network Configurator, create a Cloverleaf thread and select the java/ws-server protocol.
  2. Click Properties to open the WS Server dialog box.
  3. Click New and select Soap Provider.
  4. Specify the WSDL URI that was created in the Generate WSDL process.
  5. Clear the address section to use the definition and specify https://hostname:8080/clXLT. The default service mode is "payload," which is used in this example.
  6. Click OK.
    Note:  The inbound thread can use both HTTP and HTTPS, as long as other ports are assigned. This example uses port 8080.
  7. On the WS Server dialog box, click New and select Engine to create the Jetty engine instance.
  8. Specify the Port and Host. This example uses hostname, so Host can be blank.
  9. Click OK.
  10. To configure the policy properties, select TLS secured.
  11. For Secure Socket Protocol, select TLSv1.
  12. Specify the Key Password, Keystore File, and Keystore Password.
  13. Because this example does not use client authentication, select false for Client Authentication Required and Client Authentication Wanted.
  14. Click OK.