Hello,
When I configure a web method using WSE 2.0 to require a digital signature,
is it mandatory to have all SOAP elements signed?
I made a simple .Net Web method and a .Net client to invoke it and I can see
that all elements (including Timestamp and Addressing elements) have a wsu:Id
identifier used to compute a message digest and a subsequent signature.
Is there any way to require signature for the SOAP Body only? I'm having
hard trouble in signing all SOAP elements when using a Java client
application.
Many thanks,
Nuno Guerreiro
Nuno Guerreiro - 28 Sep 2005 12:40 GMT
Ok, forget it. I found out how.
> Hello,
>
[quoted text clipped - 12 lines]
>
> Nuno Guerreiro