I have generated WebService client using wsdl2java (axis2-1.5). Client
is working fine, i can call methods and receive correct results. Now I
would like to intercept incoming and ougoing SOAP Messages to save them
to file for reference. Question: how i do this? Right now i'm
hand-editing generated ServicesStub but this is both ugly and
inconvinient. Is there something simmilar to JAX-WS SOAPHandlers in Axis?
- SOAP Message handler Dominik Świątek
- Re: SOAP Message handler Deepal Jayasinghe