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 Ashish Pandit <AP...@accredhome.com> on 2006/07/13 00:06:57 UTC

Accessing SOAP message within Axis

Hi,

Currently I am using SAAJ/Servlet to access SOAP message. I process it
for myself and return the response appropriately. I would like to
replace SAAJ with Axis so as to be able to use WS-* stack that Axis
comes with. 

 

Is it possible to access SOAP message within Axis? One way to do this, I
think, is to use handlers. However, in this case, how do I stop further
processing and reply to the client from inside handler?

 

 

I appreciate your response!

 

Thanks,

 

AP