Calling Web Service from VB6

by lichen 10/26/2006 5:38:00 PM

It is possible to call web service from VB6 using Soap Toolkit 3.0. Soap Toolkit works the best when calling Web services created using Soap Toolkit 3.0 and COM objects. This is because Soap Tookit 3.0 comes with the WSDL tool that can generate both the WSDL and WSML files. The later is important in deserialze the soap message and map it to the COM objects on the client-side.

What happens to Web Services not created with Soap Toolkit 3.0? Those web services do not have WSML files. So we can either create WSML manually or create the customer mapper. The later essentially requires to walk through the IXMLDOMNodeList returned by soap call and create and set the properties of COM objects. 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Web Service | XML

Related posts

Comments are closed

Powered by BlogEngine.NET 1.2.0.0
Theme by Mads Kristensen

About the author

Name of author Author name
Something about me and what I do.

E-mail me Send mail

Calendar

<<  May 2012  >>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

View posts in large calendar

Pages

    Recent comments

    Authors

    Tags

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      © Copyright 2012

      Sign in