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 "Ramaswamy, Muthu" <mr...@gers.com> on 2002/09/07 01:02:42 UTC

Message construction in the Handlers.

I have a special requirements. I need to use Handlers in the service to
retrieve the current message, check the content and replace it with a new
soap envelope within the message.

Question:

What is the best approach to do this? I am using
msgContext.getCurrentMessage() and SetCurrentMessage() within my java class
that extends the BasicHandler. How can I build a new soap envelope and place
it in the message.

Appreciate your input. Thanks., 

-Muthu