I am trying to find an interface that allows one to do a GET from a webpage and process the XML/HTML response. Specifically, I'm trying to get to the www.isbndb.org database to get book information.
I tried CreateObject("M icrosoft.XMLHTT P"), but get a failure (which may just be a linking issue, but I followed an example that I saw :-/) on the HttpPost.send. I get err.number = -2146697211 and err.description "The system cannot locate the resource specified." What I find funny is that the Open works, though it might be that nothing actually leaves until one does the Send. If it's a linking issue, any ideas on how to gain access??
Thank you!
I tried CreateObject("M icrosoft.XMLHTT P"), but get a failure (which may just be a linking issue, but I followed an example that I saw :-/) on the HttpPost.send. I get err.number = -2146697211 and err.description "The system cannot locate the resource specified." What I find funny is that the Open works, though it might be that nothing actually leaves until one does the Send. If it's a linking issue, any ideas on how to gain access??
Thank you!