Matt, Make sure they aren't expecting that form field to be submitted as an "XML" type and not a form field. I've run into that a few times when dealing with .NET form submissions. Based on the type of data this may be the case,
Phil On Tue, Apr 27, 2010 at 1:37 PM, Matthew Friedman <[email protected]> wrote: > > Ok this one has me stumped. > > We need to send a simple xml package to a partners site. > > We have set up the cfhttp to post to their site and we have tired both as > an XML type and a form type. > > When we make the call > > <cfhttp url="#form.post_url" method="POST" timeout="30"> > <cfhttpparam type="Header" name="Accept-Encoding" value="deflate;q=0"> > <cfhttpparam type="Header" name="TE" value="deflate;q=0"> > <cfhttpparam type="FORMFIELD" name="xmlresponse" value="#soapcontent#"> > </cfhttp> > > They do not see ANY of the form data. NOTHING. > > I have successfully changed the url to an entirely differnt server and I > can view all of the information that we are sending. > > We are NOT getting a connection falure Message - only that there is no data > being passed. > > Hitting my head again the wall on this one. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333166 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

