AW: Axis2 SOAP Monitor on OutFlow to a foreign server

2011-07-25 Thread Stadelmann Josef
You are asking a very good question; years ago I was in the same situation; nobody answered; Everybody except we two knows how it works. Today I still don't know it. But as nobody answered I took the TCPMON, the TCP Monitor, which shows you all such traffic at least as good. Or in extreme case

Re: Axis2 SOAP Monitor on OutFlow to a foreign server

2011-07-25 Thread Sadeep Jayasumana
Hi, On Mon, Jul 25, 2011 at 5:26 PM, robert lazarski wrote: > On Mon, Jul 25, 2011 at 3:00 AM, Jose Marin wrote: > > Hello Dear Users, > > > > Does anyone out there know how setup Axis2 soapmonitor so that I can view > > the envelopes being sent by my client to a server not under my control? > >

Re: Axis2 SOAP Monitor on OutFlow to a foreign server

2011-07-25 Thread robert lazarski
On Mon, Jul 25, 2011 at 3:00 AM, Jose Marin wrote: > Hello Dear Users, > > Does anyone out there know how setup Axis2 soapmonitor so that I can view > the envelopes being sent by my client to a server not under my control? > > I am passing my client constructor a local axis2 configuration context

Re: Axis2 WebService Using Spring

2011-07-25 Thread robert lazarski
On Mon, Jul 25, 2011 at 5:24 AM, sjunejo wrote: > 2) The other way is to introduce Spring and make my WebSerice class > springaware. I followed the instructions under 'Wihtout ServletContext' part > of the link http://axis.apache.org/axis2/java/core/docs/spring.html but I am > unable to implement

Axis2 WebService Using Spring

2011-07-25 Thread sjunejo
Hi, I have a web service package called 'TestService.aar' deployed in 'axis2.war/WEB-INF/services'. Each web-method of my service has following code; public ClassOne getClassOne () { ServiceFactory factory = new ServiceFactory(); MyServiceAPI service = (MyServiceAPI) factory.getService