You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by Jayani Kamal <ja...@gmail.com> on 2010/02/24 20:39:26 UTC

Handling response

Hi,

How does Axis2 process response?

I am using RawXmlInoutMessageReceiver on both my client and server side
(Webservices on both end). Once the server side responds, how should I make
sure that once the client receives the response, it doesn't respond to the
response? Is there any setting on the MessageContext object which I need to
set?

Thanks,
J