Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
In July 2000 Microsoft released first version of SOAP Toolkit for
Visual Studio 6.0. In September 2000 was released the beta 1 of SOAP
Toolkit Version 1.0. In my opinion the most remarkable feature that was
added is the SSL support. The most recent non-beta version is version
from December 2000 with bug fixes and small changes in the exposed
interfaces
The purpose of this article is to demonstrate the wire transfer
technique using a C++ client using also ATL.
MS provide for testing purposes an web service with service
description located at web service The
sample use this web service and demonstrate the execution of
GetStockQuote method exposed by this web service The sample contain two
methods Connect and
GetStockMethod
Connect method
Method for obtaining the service description and URI listener from
web service. These are two strings ( BSTRs ) that we will keep them for
using in GetStockMethod
Method for calling the exposed GetStockPrice method from web
service. After creation of a new SOAPPackager object and loading the
service description from the string obtained from Connect method, the
payload will be created and posted (using a new created WireTransfer
object )to the web service and the result will be displayed