Sounds like the MS side is having a problem. Is a SOAP message actually
getting sent? Are you checking for SOAP faults on the client? If the message
is sent and reaches the correct end point, then you will either get a
response (which MS may still not be able to parse) or a SOAP fault from the
rpcrouter servlet.
 
Rick Hansen
 
 -----Original Message-----
From: Daniel Kruler [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 10:38 PM
To: [EMAIL PROTECTED]
Subject: 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?


 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to