Originally posted by William Brogden:
SOAP responses are expected to be XML in a standard SOAP message format.
You may be getting the server's standard error message as formatted for browsers in HTML, indicating your request never got to the SOAP service.
If this was my problem I would use TCPMON to see exactly what is being sent back.
Bill
I downloaded TCPMon. But I am not getting anything in it.
My browser will connect to it (TCPMon) and it will connect to server which is running on my local machine.
So to add a monitor following are the parameters I give:
Local Port: 8080 (default)
Server Name: 127.0.0.1
Server Port: 7001
But when I hit a URL (i.e.
http://localhost:7001/WSProject/index.jsp), I don't get anything in TCPMon.
Am I wrong somewhere?