Help!! :-) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 5:30 PM To: CF-Talk
Next Steps I took, and now have this mess: Installed XML parser 3, and then XML parser 4 SP2 to cover all bases. I now get using that same code the dreaded: Error Diagnostic Information unknown exception condition unknown error while executing a tag. Date/Time: 06/20/03 15:39:30 Anyone have experience here? Gosh I hope so, the log files are no more helpful than to say it is that chunk of code calling it. Thanks. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 2:57 PM To: CF-Talk 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-urlencode d"); 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

