SOAP
SO-S-13 Secure SOAP service
Secure SOAP Service invocation over SSL
Example
- This example repeats the example SO-S-7, but SOAP call is executed over SSL.
- The SOAP & WSDL service are achieved by defining the /SOAP URL to have same functionality as using soap_server() and soap_wsdl() calls.
- '/SOAP' represents the so_s_7_server.vsp and /SOAP/services.wsdl represents the so_s_7_wsdl.vsp
- Make sure that files containing server and client
certificate/key data are exists in the server working directory. The
following files are required for the example:
- srv.cert.pem - server certificate
- srv.key.pem - server private key
- ca.pem - CA list
- cli.p12 - client certificate and private key in PKCS#12 format
- The example script defines and starts a HTTPS server on port 4433.
Warning: This example needs of following files to be installed: HTTPS Server: CA list:ca.pem, Certificate:srv.cert.pem, Private Key:srv.key.pem and Client certificate:cli.p12.
| View the source | Action |
|---|---|
| 1. so_s_13.sql | Set the initial state |
| 2. so_s_13_secure_SOAP_client.vsp | Run |
| 3. sr.xsl |
OpenLink Home
Technical Support