Best way to retrieve data from website
Hi
I have a requirement to retrieve XML data from a webpage using a VB6 application. I would pass parameters to a webpage and then I need to receive the response. The response would be XML.
Can anyone help me please? Not sure what is the best way to do this.
Many thanks
BB
Re: Best way to retrieve data from website
Re: Best way to retrieve data from website
Thank you for your reply.
I understand XML but I am uncertain about how I would receive the XML data which my web page would generate and push to me.
I effectively want to take the XML data being sent to me and then either process in memory or write to disk using VB6.
I suppose I could do it with VB.NET but would prefer VB6.
Thanks
BB