Re: SOAP Interceptor question

2009-11-12 Thread Daniel Kulp
The easiest way is to move your interceptor a bit later in the chain (at least after the ReadHeadersInterceptor in the READ phase, but any later phase would do as well) and do: public void handleMessage(SoapMessage message) throws Fault { Header header = message.getHeader(new QName("http:/

SOAP Interceptor question

2009-11-11 Thread Pydipati, Karuna
Hi I have hard time extracting the following information from request XML. How do get hold of piece and access ClientApplicationId and Password into Interceptor java program? http://schemas.xmlsoap.org/soap/envelope/"; xmlns:soap="http://soap.ws.xxx.com/";> abcd x