Datatable from Soap web service 
Author Message
 Datatable from Soap web service

Dear all,

          I have download Soap Toolkit 3.0 from microsoft. Now I am
writing the following code to access web service provided by other
people. The Code is as follows:

   Dim client As New SoapClient30
    Dim str As Integer
    dim rst as new Recordset

    Dim rst As New ADODB.Recordset

    client.MSSoapInit " http://www.*-*-*.com/
OpInHUBInHouseWS.asmx?WSDL"

     set rst = client.OpInHUBInHouseGet("1", "1", "1", "2008-5-10")

    Because the web service OpInHubInHouseGet returns a datatable. I
don't know how to catch
the datatable. So I use recordset. But it complains type mismatch. How
can I get the datatable
returned by web service in VB6 and process it. Thanks



Sun, 14 Nov 2010 15:50:10 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Reading XML / SOAP response from call to a Web Service

2. SMS Text Messaging SOAP/Web Service

3. VB 6 Client Using SOAP AND .NET Web Service

4. Web services and SOAP with VB

5. Creating a VB.Net Web Service utilizing SOAP?

6. SOAP Toolkit/Web services and FileSystemObject...

7. How to call web service created by Soap toolkit wsdl Generator

8. Time changed when calling a web service with Soap Toolkit

9. SOAP Toolkit/Web services and FileSystemObject...

10. SMS Text Messaging SOAP, WSDL or .NET Web service

11. Soap service with vb6

12. XML SOAP Message to Java Based SOAP Interface (Java Servlet)

 

 
Powered by phpBB® Forum Software