I see rpcouter:init showing up on the Tomcat's console, so the RPC call
is reaching the RPCRouter servlet, but I think it dies there, because my
server class never gets instantiated (I have a print in constructor, so
I know for sure).
How do I check fo faults in VB?
Here is my code for VB SOAP Client:
set soapclient = CreateObject("MSSOAP.SoapClient")
Call soapclient.mssoapinit("http://manserv2/SOAPTester.wsdl",
"SOAPTester", "SOAPTestePort")
Call soapclient.getS()
-----Original Message-----
From: Hansen, Richard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 9:24 AM
To: '[EMAIL PROTECTED]'
Subject: RE: MS SOAP Client / Apache SOAP server
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]