SOAP Toolkit client problems with DotNet Service



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.
.



Relevant Pages

  • SOAP Toolkit client problems with DotNet Service
    ... I'm trying to get a client working with my ASP.NET web service. ... Dim soapClient As SoapClient30 ... Set soapClient = GetSoapConnection ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: UserNameToken with SendNone on Password
    ... > that it's a web service so it's using soap stuff under neath. ... the service proxy inherits from SoapClient. ... the service interface inherits from SoapService. ... there is no secure way to use UsernameTokens. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: WSE2.0 does not honor REPLYTO and FAULTO in SoapEnvelope?
    ... SoapClient and SoapService now which works well. ... > Is your services an ASP.NET web service? ... > send message to the ReplyTo. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • chunking with DimeAttachment
    ... I am currently implementing a web service which has to ... I am using TCP and SoapService ... DimeAttachment dime = new DimeAttachment ... My Soapclient method looks like this ...
    (microsoft.public.dotnet.framework.webservices.enhancements)