PDA

View Full Version : Consume a Web Service from Classic ASP



pranoliver
February 19th, 2004, 04:42 PM
Hi,
How can I consume a Web Service that returns a DATASET from classic ASP.

I know how to consume the Web Service when it returns just a variable using SOAP Toolkit 3.0.

But I am interested in seeing how to consume a DATASET.

Thanks In Advance.

abzoid
February 20th, 2004, 09:47 AM
I think we may be losing something in the translation. I have no idea what you mean by "consume" or "Web Service" as it relates to ASP.

Could you restate your question?

pranoliver
February 20th, 2004, 03:01 PM
Well, What I mean was USING, UTILIZNG the web service from ASP code (NOT ASP.NET) specially when the .NET WEB SERVICE is returning a DATASET (collection of records from database) rather than a plain string or number value.