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.
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.
Comment