Hi all
I'm building a web app in ASP (VBScript) and we are pulling data from a third party database via an HTTP GET. They return an XML page that the server can then format and respond the client.
Heres the overview:
Page 1 - client enters their search criteria
Page 2 -
1 - Take the entered criteria
2- requests a page from 3rd party site (search criteria in teh querystring)
3 - Their server responds in XML
4 - Our server formats the data and sends it to the client
I can do all the steps in Page 2 except the handling of step 3
I've googled this and come across various 'close' solutions but this needs to be done quickly. Can anyone help?
cheers
Jude
Start Free Trial