I dont think that cfhttp gives me what I require. I am using this to pass
xml to a worldpay system and all the asp, jsp and java examples use xmlhttp
methods. I have got a bit further with this now, the dll is registered but
now the following code is

<cfset xmlHTTP = CreateObject("com", "Msxml2.XMLHTTP")>
<cfscript>
    xmlhttp.setRequestHeader("Content-Type", "text/xml");
    xmlHttp.open("POST", "
https://secure-test.streamline-esolutions.com/jsp/merchant/xml/paymentService.jsp";,
false, "username","password");
     //xmlHttp.send();
    //res = xmlHttp.responseText;
</cfscript>

It is failing on the setRequestHeader with

"An exception occurred when executing a Com method.
The cause of this exception was that: AutomationException: 0x80004005 -
Unspecified error in 'msxml3.dll'."

Any clues out there???

Paul


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231742
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to