Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I return a Dataset from a Web Service to an ASP page???

Status
Not open for further replies.

JohnnyBGoode

Programmer
May 1, 2002
76
CA
If I have this:
str = oSOAP.PageToDisplay()
it will return to value to me...no problem.

But if I need a Dataset returned, this:
str = oSOAP.FilesToDisplay()
it gives me the following error:

"Wrong number of arguments or invalid property assignment: 'str'"

If I put:
str = oSOAP.FilesToDisplay("PageName")
it gives me an "invalid number of argumanet passed" error. This is right because the method doesn't accept any parameters.

How can I get the Dataset out of the WebService???


 
Thanx. That helps out. I looked on there but there was too much too look through that didn't apply at all.

 
If you skip the windows app part there really isn't that much. The article gives you a good base on where to start when your playing with ado and datasets on webservices.

That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top