|
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 |
