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 ah...@intermediate.de on 2001/04/12 14:14:53 UTC

Returning Object

I've deployed a Service with the following method

   public Object get( Object key )
   {
        return this.htSessionData.get( key );
   }

However, SOAP fails to build the response envelope even at runtime it
contains a String.

Can anyone help me?


this is what Tomcat sais:

>>(Thu Apr 12 13:47:43 CEST 2001) Processing SOAP request...
2001-04-12 01:47:43 - Ctx( /soap ): Exception in: R( /soap +
/servlet/rpcrouter
+ null) - javax.servlet.ServletException: Error building response envelope
        at org.apache.soap.server.http.RPCRouterServlet.doPost(Compiled
Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:4
04)


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org