I'm trying to use the serverXMLHTTP object in ASP to integrate a United Parcel Service tool into our website and I'm having a problem. I can get the object to work great when pulling in XML from various news feeds, however I keep getting an "AccessDenied" error when I change the URL to the UPS one. UPS requires that you use HTTPS to connect to their services and I read somewhere that HTTPS may not be supported on MSXML3.DLL or lower but I'm trying to use the MSXML4.DLL.
I know it's not anauthority problem on the UPS system because I can retrieve the results in a browser running on our web server by entering the same URL in the browser.
Anyone else had any success trying to do this?
Thanks, Don
This conversation is currently closed to new comments.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
serverXMLHTTP with ASP
I know it's not anauthority problem on the UPS system because I can retrieve the results in a browser running on our web server by entering the same URL in the browser.
Anyone else had any success trying to do this?
Thanks,
Don