You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Rich Catlett <ri...@more.net> on 2001/07/25 18:38:08 UTC

running soap samples

A whild ago on this list it was mentioned that someone was having a 
problem deploying the samples that come with soap and they were getting 
this error

Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; 
msg=Unsupported response content type "text/html", must be: "text/xml". 
Response was:

This eventually gets down to a root cause of

java.lang.NoClassDefFoundError
   at org.apache.soap.server.ServiceManager.<init>(ServiceManager.java:83)
   at 
org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(ServerHTTPUtils.java:103)
   at 
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:212)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   .......

I don't recall ever seeing a solution to this on the list.  Can anyone 
help?  Thanks.

Rich Catlett