[Aixs2]Monitoring SOAP message with TCPMon

2007-03-22 Thread Jiang Liu
Hi Axis2 experts, Now I am requested to monitoring ongoing and upcoming SOAP messages when invoking an 'external' service. I am using Axis2 with xmlbeans data binding style to generate client stubs. In my Client class, instead of given real service EPR, i use http://localhost:18080; for the

Re: [Aixs2]Monitoring SOAP message with TCPMon

2007-03-22 Thread Christian Poecher
Jiang Liu schrieb: But this is never success. what could I do? What does it mean, it never succeeds? Does the call time out? Just guessing, but have you taken a look to the console from which you started TCPMon? Are there exceptions printed? Cheers, Chris

Re: [Aixs2]Monitoring SOAP message with TCPMon

2007-03-22 Thread Lahiru Sandakith
Hi Jiang, When codegen from a wsdl, the generated stub EPR would be for example http://mydomain.net/some/services/Test When we pipe through TCPMon this needed to be edited as http:// localhost:8080 http://localhost:18080//some/services/Test and then the TCPMon will be listening to localhost with