Topic by Simon Bourigault
Hello,
I got the "Getting started - Java-Axis2" tutorial to work. I am now trying to setup a TCP/IP monitor in eclipse in order to check SOAP requests.
I set up the monitor to target Host mysite.custhelp.com, on port 443 with Type TCIP/IP.
I also changed the RightNowSyncServiceStub() constructor so that it call : this("http://localhost:8888/cgi-bin/myinterface.cfg/services/soap") ;
However, when I run the program, the monitor does receives request from the client, but as far I can tell it's not receiving answers from the actual server. So, to the client, the server is not responding.
Does anyone knows how I should set this up ?
Thanks !