Home All Groups Group Topic Archive Search About

using vb6 as a web services (soap) client

Author
8 Mar 2006 4:58 PM
Andy Fish
Hi,

I have a web service implemented in ASP.NET that I wish to consume using
vb6, and I'm just tring to figure out the best way to do this.

I have downloaded the SOAP toolkit version 3. As I understand it, puts some
COM wrappers around generic SOAP functionality. However, I was rather hoping
for some equivalent to .Net's "web references" where I can automatically
generate a load of client-side proxy code from the WSDL, then use the SOAP
server as if it were just another com object.

is this functionality available anywhere (in soap toolkit, .Net SDK or
elsewhere?)

TIA

Andy

Author
8 Mar 2006 5:22 PM
Lance Wynn
Check out www.PocketSOAP.com
It works well.  I've used it several times.




"Andy Fish" <ajf***@blueyonder.co.uk> wrote in message
news:u1SyGGtQGHA.1264@TK2MSFTNGP10.phx.gbl...
Hi,

I have a web service implemented in ASP.NET that I wish to consume using
vb6, and I'm just tring to figure out the best way to do this.

I have downloaded the SOAP toolkit version 3. As I understand it, puts some
COM wrappers around generic SOAP functionality. However, I was rather hoping
for some equivalent to .Net's "web references" where I can automatically
generate a load of client-side proxy code from the WSDL, then use the SOAP
server as if it were just another com object.

is this functionality available anywhere (in soap toolkit, .Net SDK or
elsewhere?)

TIA

Andy