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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223476
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