Connecting Tech Pros Worldwide Forums | Help | Site Map

Consume .NET with SOAP Toolkit 3

Newbie
 
Join Date: Sep 2009
Posts: 1
#1: Sep 25 '09
I have made a simple ASP.NET Web Service that contains HelloWorld (the very simplest one).

I know how to use the service within .NET (add web refrence), but I also need to consume it with classic ASP. I've installed SOAP Toolkit 3.0 from Microsoft.

The question is: do any of you have simple code that works to consume ASP.NET Web Service from SOAP Toolkit 3 (with classic ASP)?

Thanks in advance.

jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,690
#2: Sep 28 '09

re: Consume .NET with SOAP Toolkit 3


Here is a simple example. I googled "classic asp web service call" and everything on the first page of hits looked like it had code examples. I hope this helps, and welcome to Bytes.

Jared
Reply