WS Security
WS-S-4 X.509 Signing
Secure SOAP Client using X.509 certificate for signing
Example
- This chapter demonstrates how to make signed SOAP message.
- The signed message contains certificate (only) in the Security header.
- In that example no encrypted data is sent, but in practice the both approaches can be combined.
- The server checks signature against this certificate and ensures it's validity.
To run .NET client using X.509 certificate signed message, against Virtuoso service you need:
- Microsoft WSE 2.0 installed
- Edit the Makefile and specify in CSLIBFLAGS where Microsoft.Web.Services.DLL reside.
- compile the example issuing nmake command in the tutorial/services/ws_s_4 directory.
| View the source | Action |
|---|---|
| 1. virt_x509signing_client.vsp | Run |
| 2. wse_x509_signing_client.vsp | Run |
| 3. x509.xml | |
| 4. x509Client.cs | |
| 5. x509_signing_client.vsp | Run |
OpenLink Home
Technical Support