Re: How to intercept soap message from Client

2009-02-11 Thread keith chapman
Are you using Axis on the client side and not Axis2? Thanks, Keith. On Tue, Feb 10, 2009 at 5:51 PM, Nihita Goel nihita.g...@gmail.com wrote: Hi: I am trying to intercept the Client side SOAP messages. I have done the following for the same: 1. extended class BasicHandler and implemented

Re: How to intercept soap message from Client

2009-02-11 Thread Nihita Goel
Yes .. am using Axis 1.4. Is it that this procedure works with Axis2? Thanks Nihita On Thu, Feb 12, 2009 at 7:32 AM, keith chapman keithgchap...@gmail.comwrote: Are you using Axis on the client side and not Axis2? Thanks, Keith. On Tue, Feb 10, 2009 at 5:51 PM, Nihita Goel

Re: How to intercept soap message from Client

2009-02-10 Thread Nihita Goel
Hi: I am trying to intercept the Client side SOAP messages. I have done the following for the same: 1. extended class BasicHandler and implemented the invoke method. At present it just contains a simple Syste.out.println method. 2. Since Client does not have a deployment file. Am doing