Creating the HTTPS inbound thread
- In Network Configurator, create a Cloverleaf thread and select the java/ws-server protocol.
- Click Properties to open the WS Server dialog box.
- Click New and select Soap Provider.
- Specify the WSDL URI that was created in the Generate WSDL process.
- 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.
-
Click
OK.
Note: The inbound thread can use both HTTP and HTTPS, as long as other ports are assigned. This example uses port 8080.
- On the WS Server dialog box, click New and select Engine to create the Jetty engine instance.
- Specify the Port and Host. This example uses hostname, so Host can be blank.
- Click OK.
- To configure the policy properties, select TLS secured.
- For Secure Socket Protocol, select TLSv1.
- Specify the Key Password, Keystore File, and Keystore Password.
- Because this example does not use client authentication, select false for Client Authentication Required and Client Authentication Wanted.
- Click OK.