Have you tried changing the useragent in cfhttp to a browser type. I've come across this problem recently.
Emmet -----Original Message----- From: Rolf Kvamme [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 4:11 PM To: CF-Talk Subject: XML Push I am doing an application integration. I did it for the first partner no problem with <cfhttp url="#pingUrl#" method="POST" resolveurl="false"> <cfhttpparam type="FORMFIELD" name="SOURCEID" value="#sourceID#"> <cfhttpparam type="FORMFIELD" name="SECURITYCODE" value="#securityID#"> <cfhttpparam type="FORMFIELD" name="ZIPCODE" value="#zipCode#"> <cfhttpparam type="FORMFIELD" name="SOCIALSECURITY" value="#ssn#"> <cfhttpparam type="FORMFIELD" name="MONTHLYINCOME" value="#grossMonthlyIncome#"> </cfhttp> Works like a charm. I get the ping back and send in the application. On the second client I do the same thing to their requested URL and I get REJECTED!! I ask their intigration specialist why and he says he needs exactly what xml the cfhttp is creating. Any ideas on how I can tell what its producing? Rolf ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223500 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

