You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Daniel Kruler <dk...@giantbear.com> on 2001/06/07 05:37:48 UTC

MS SOAP Client / Apache SOAP server

 Do I need to do something special when calling methods like:
 int getIntegerValue() in Apache SOAP server
 from MS SOAP client?
 What about getStringValue()?

 MS SOAP client reads WSDL correctly, but when it invokes the method,
 RPCRouter doesn't instantiate the SOAP server object.


 MS SOAP then displays "Application-defined or object-defined error"

 What am I missing?