I am looking to do the following:
Perform a secured mutual authentication connection with the interface server.
Encrypt the SOAP body for all web service requests
Sign all SOAP requests using the client private certificate, before sending the request via this interface.
I am struggling with how to encrypt the SOAP body.
Using Chilkat.Crypt2 I can encrypt the entire file - however this includes the headers and not what is required.
Looking for some guidance please!