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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to use XML Web Service from ASP page

Status
Not open for further replies.

wmorris

Programmer
May 24, 2002
5
US
ASP/HTML new user,

Hello all,

I am trying to find a good way to retrive a XML web service from a server. I have a Web service working that connects to a Foxpro database. I can get data from other methods, but my goal is to have ASP pages that I can build a small app with.

My XML Service is as follows
GetUnitData (Main Service name in the XML)
FindBookNo (method to retrive info on a release number)

I would like to use the XML FindBookNo and pass a parameter like 'TEST' The Xml will return all info that contains 'TEST' The querry code is in the XML Web Service, I can do this from other types of apps now.

I am trying to create a simple web page that I can ask the user a question and return the data from my XML service.

Sample
Enter Release Number:
Click a button here to get XML data back to grid and/or local dataset.
Data results in grid

I sure this is very easy, I just cant seam to find a good example to work with.

Thanks for any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top