tags:

views:

20

answers:

1

I know that the SOAP Header is used to transmit auxiliary information relevant to the Web Service processing that isn't part of the method signature.I want to know how to encrypt SOAP message header.

A: 

What is your aim in this? If you are looking for a secure SOAP connection then rather than encrypting each part why not just run the whole thing over HTTPS?

glenatron