SOAP Toolkit client problems with DotNet Service
- From: Michael Russell <mr_b15h0p@xxxxxxxxxxx>
- Date: Fri, 12 Jan 2007 15:19:55 -0300
Hi all,
I'm trying to get a client working with my ASP.NET web service. The client's been working great up to this point with a SOAP Toolkit-generated service based on a VB COM library.
On the client side, I'm calling the web service here:
--
Dim soapClient As SoapClient30
Dim xmlList As IXMLDOMNodeList
Set soapClient = GetSoapConnection
Set xmlList = soapClient.GetGroups(SYSTEM_NAME)
--
and at that last line, I get a "424 - Object required" error.
I haven't modified the code at all except to point to the new WSDL.
In the debugger I can see that "soapClient.GetGroups(SYSTEM_NAME)" contains a list of Nodes, so it's calling the service and successfully retrieving the message, but it refuses to process it.
Any guidance on this would be GREATLY appreciated.
.
- Follow-Ups:
- Re: SOAP Toolkit client problems with DotNet Service
- From: Shailen Sukul
- Re: SOAP Toolkit client problems with DotNet Service
- Prev by Date: XML Document
- Next by Date: Re: Invoke web service dinamically
- Previous by thread: XML Document
- Next by thread: Re: SOAP Toolkit client problems with DotNet Service
- Index(es):
Relevant Pages
|