Brand new dell box, Win 2000, IIS 5, CF 5 installed.

Slapped on the site to run off it, and when it gets to the UPS part where it 
calls the XML object from the code, I get this error:  

COM error 0x800401F3. Invalid class string.

Code:
<!---TALK TO UPS---->
<cfscript>
objXMLHTTP = CreateObject("COM", "MSXML2.ServerXMLHTTP.4.0"); objXMLHTTP.open
("POST","https://www.ups.com/ups.app/xml/ShipConfirm",false);
objXMLHTTP.setRequestHeader("Method", "POST");
objXMLHTTP.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
objXMLHTTP.send(xmlDoc);
xml = objXMLHTTP.responseText;
</cfscript>

What do I need to do...any help appreciated.

Eric
Datastream Connexion
______________________________________




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to