Hello all,
I am trying to find a good way to retrive XML web service data from a server. I have a Web service working that connects to a Foxpro database. I can get XML data from Foxpro and other methods, but my goal is to have ASP pages that I can build a small app with that ties directly to the foxpro database.
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 Foxpro and other types of apps now, works great.
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 Format
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.
I am trying to find a good way to retrive XML web service data from a server. I have a Web service working that connects to a Foxpro database. I can get XML data from Foxpro and other methods, but my goal is to have ASP pages that I can build a small app with that ties directly to the foxpro database.
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 Foxpro and other types of apps now, works great.
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 Format
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.