You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Franz Haeuslschmid <ha...@fmi.uni-passau.de> on 2002/11/08 10:10:05 UTC

xmlsec and Apache SOAP

Greetings,

I have a soap application: on the client side there is a
org.apache.soap.Header object, that should later contain the ds:Signature
element. Separated from that, there is a Document that will build the
soap-body.

Are there samples on how to sign the dom-node that will be placed in the
soap-body "in-memory" and to verify the signature on the server-side? That
is: how do I use transformers and resolvers corretclty?

Regards, Franz.




Re: xmlsec and Apache SOAP

Posted by Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de>.
Have not done that yet. Ted Leung and I created XML Signature code for 
xml-axis which you can see under

<http://cvs.apache.org/viewcvs.cgi/xml-axis/java/samples/security/>

<http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis/java/samples/securit
y/SignedSOAPEnvelope.java>

Christian

BTW, what is "ServiceGlobe"?

--On Freitag, 8. November 2002 10:10 +0100 Franz Haeuslschmid 
<ha...@fmi.uni-passau.de> wrote:

> Greetings,
>
> I have a soap application: on the client side there is a
> org.apache.soap.Header object, that should later contain the ds:Signature
> element. Separated from that, there is a Document that will build the
> soap-body.
>
> Are there samples on how to sign the dom-node that will be placed in the
> soap-body "in-memory" and to verify the signature on the server-side? That
> is: how do I use transformers and resolvers corretclty?
>
> Regards, Franz.
>
>
>