Service Security
To run a secure service, the client must communicate with the service through an HTTPS transport. Any HydraExpress client can use the HTTPS transport supplied with HydraExpress.
To test a secure client against a Web service running in the Agent, just include in the WSDL or client implementation the path to the default port used for security, 8443, such as:
 
https://localhost:8443/dayofweek/DayofWeek/
For an example of creating a secure service, see Chapter 4, Extending Your Web Service.
NOTE: Using the HTTPS protocol results in a dependence on the OpenSSL third-party library.