You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Green, Paul M." <Pa...@FMR.com> on 2003/05/06 04:53:21 UTC

How can I change the message in a handler?

I'm having trouble changing the elements in the soap header of the request
message from within a request handler.
When I call messageElement.detachNode() the element is removed from the
child element list of its parent but it still appears in the message in
subsequent handlers. I tried calling message.saveChanges() but had no
success.
Is there something I'm missing here? Can someone tell me what I'm doing
wrong?
Thanks,
PMG