You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by va...@bull.net on 2003/12/23 09:16:22 UTC

Re : possible bug in SOAPPart::setContent

I agree with Trebor, I also have a problem with SOAPPart::setContent

I'm new to web services, so perhaps its a big error from me :
Inside a handler, I add to the soap message a piece of xml code and its
signature (using SOAPPart::setContent)
Later in the process I take it back from the message and want to verify the
signature.
But I get a result full of \n and spaces, so it does not match anymore the
signature...
I would expect to get back exactly what I added at the beggining of the
process and not a modified version containing \n and spaces !

Thanks for your help

Valerie