When an "internal" error occurs with many Web servers or servlet containers, a "normal" HTML response is returned, which is what you are seeing. To fully understand what is going wrong, you might need to capture the response using TcpTunnelGui or another network monitoring application.
Scott Nichol ----- Original Message ----- From: "Lian Fern" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 11:04 PM Subject: (SOAP-ENV:Protocol): Unsupported response content type "text/html" Hi All, While I am trying to access the web service, I hit the above mentioned error at the client side(java servlet). I have already point to http://localhost:8080/soap/servlet/rpcrouter. Both my server and client-side stuff properly set up and tested. Any ideas what are the other possibilities? Thank you and best regards, lianfern -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
