RE: Soap under Tomcat

2004-11-15 Thread sven morales
Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type quot;text/html; charset=ISO-8859-1quot;, must be : quot;text/xmlquot;. Response was: lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/4.1.30 - Error reportlt;/tit Your error seems to point to

Re: Soap under Tomcat

2004-11-15 Thread feilong
are copied from this tutorial, I don't know why? Best Feilong - Original Message - From: sven morales [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 15, 2004 2:39 PM Subject: RE: Soap under Tomcat Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg

Re: Soap under Tomcat

2004-11-15 Thread sven morales
Subject: RE: Soap under Tomcat Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type quot;text/html; charset=ISO-8859-1quot;, must be : quot;text/xmlquot;. Response was: lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/4.1.30

Re: Soap under Tomcat

2004-11-15 Thread feilong
[EMAIL PROTECTED] Sent: Monday, November 15, 2004 3:20 PM Subject: Re: Soap under Tomcat What did you do to get rid of that text/html problem? You can list the deployed services via this command: java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet/rpcrouter. What the root cuase of this mismatch might be I do not know. Mark

Re: Soap under Tomcat

2004-11-14 Thread feilong
PROTECTED] Sent: Sunday, November 14, 2004 12:44 PM Subject: RE: Soap under Tomcat I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet

Re: Soap under Tomcat

2004-11-14 Thread feilong
:44 PM Subject: RE: Soap under Tomcat I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet/rpcrouter. What the root cuase

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
To quote from the error message from your original post: The requested resource (/soap/rpcrouter) is not available. Mark -Original Message- From: feilong [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 8:18 PM To: Tomcat Users List Subject: Re: Soap under Tomcat

Re: Soap under Tomcat

2004-11-14 Thread feilong
again Best Feilong - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, November 14, 2004 10:00 PM Subject: RE: Soap under Tomcat To quote from the error message from your original post: The requested resource (/soap