SOAP Toolkit client problems with DotNet Service
- From: Michael Russell <mr_b15h0p@xxxxxxxxxxx>
- Date: Fri, 12 Jan 2007 15:19:07 -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.
.
- Prev by Date: Re: WSDL web reference problem
- Next by Date: Problem with funky characters
- Previous by thread: Re: WCF Authentication
- Next by thread: Problem with funky characters
- Index(es):
Relevant Pages
|