I am writing a client to call a web-service. I have installed TcpMon as a utility in eclipse to monitor the request/response but i am a little confused in configuring it.
In Eclipse i do the following steps: 1) Windows --> view--> other --> TCP monitor 2) In my TCP monitor ,i add the following param : Listen Port# = 9090 Target Hostname : flexsimple.garfield Target Port# : 80
When i invoke the web service, i don't get any message in tcpmon.
What am i missing here?Do i need to change th client side code?
Add 9090 to the URL of your calling service. This is what TCPMON is configured to listen to, based on your configuration. [ November 14, 2008: Message edited by: James Clark ]
Suzi Cooper
Ranch Hand
Joined: Jul 23, 2005
Posts: 45
posted
0
Thanks...got that sorted.
Another question though....for my request
I get an error response : Sorry, the user ID you supplied was not recognised
However, if i remove parameter type arguments (xsi:type="xsd:int" xmlns=""), I get a valid response
If i do not set 'addParameter' and 'returnType', i get the same error message. The request looks like this: