Re: XML Integration - ASP equivalent in CF

2006-09-13 Thread Darrin Bonikowsky
-Original Message- You would definitely add another cfhttpparam - each param equates to a single form field (POST parameter). Also in this case you can drop the cfoutput tags - CFOUTPUT is limited strictly to outputting CFML expressions outside of other tags - never within them. Lastly

Re: XML Integration - ASP equivalent in CF

2006-09-13 Thread Darrin Bonikowsky
Thanks so much for your reply, Jim! FYI - this was my final solution. Not entirely sure where I initially missed the boat, but 2 formfields and including the xml version tag within the cfhttpparam name / value pair explicity vs. as part of the xml string seemed to do it. cfhttp

XML Integration - ASP equivalent in CF

2006-09-12 Thread Darrin Bonikowsky
Hi there - I need to integrate a CF application with a payment processing service via XML and process the returned XML response accordingly. Seems simple enough, yet I CONTINUE to stumble. Without yet dealing with the response, (because I can't even seem to get that far yet), here's the gist

RE: XML Integration - ASP equivalent in CF

2006-09-12 Thread Jim Davis
-Original Message- From: Darrin Bonikowsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 11:32 PM To: CF-Talk Subject: XML Integration - ASP equivalent in CF And this is my shot at a CF equivalent that has not met with much success: cfhttp url=https