Before it returns this it returns a soap exception, the whole responxe
looks like this
Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content
type "text/html", must be: "text/xml". Response was:
<html>
<head>
<title>Tomcat Exception Report</title>
</head>
<body bgcolor="white">
<br><br>
<h1>A Servlet Exception Has Occurred</h1>
<pre>
javax.servlet.ServletException: Error building response envelope:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME
type multipart/related; boundary="----=_Part_126_5340867.996597427718"
at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:353)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
Rich Catlett wrote:
> When I run the testit.sh script for the mime sample, the service
> deploys, whows up when a list is done and works for the first try ,
> but then it fails on all successive calls with this error.
>
> javax.servlet.ServletException: Error building response envelope:
> javax.activation.UnsupportedDataTypeException: no object DCH for MIME
> type multipart/related;
> boundary="----=_Part_126_5340867.996597427718"
> at
> org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:353)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>
> Any suggestions?
>
> Rich Catlett
>