| Author |
valid SOAP content-type?
|
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
Hi, While consuming another service, I get following exception: Why so? text/html is valid content-type. Thanks. [ UD: added line break to preserve page layout ] [ September 04, 2008: Message edited by: Ulf Dittmer ]
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
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
|
Java Resources at www.wbrogden.com
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
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?
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
Sorry. I will have to hit 8080 port (http://localhost:8080/WSProject/index.jsp) as this is the port TCPMon is listing to. Thanks.  [ September 04, 2008: Message edited by: Ulf Dittmer ]
|
 |
 |
|
|
subject: valid SOAP content-type?
|
|
|