Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Scooby Doobie Doo #1
How to post xml with cfhttp error?! HELP
<cfhttp url = "http://10.1.6.211/ProposalGenerator.aspx" METHOD="POST"
throwOnError = "yes" >
<cfhttpparam name="propxml" TYPE="FORMFIELD" value="#propxml#">
</cfhttp>
This produces the following error
00 Internal Server Error
The error occurred in C:\Inetpub\wwwroot\test.cfm: line 111
109 : <CFSET propxml = ToString(#myproposalxml#)>
110 : <cfhttp url =
"http://10.1.6.211/TransChoiceProposal/ProposalGenerator.aspx" METHOD="POST"
throwOnError = "yes" >
111 : <cfhttpparam name="propxml" TYPE="FORMFIELD" value="#propxml#">
112 : </cfhttp>
113 :
If I change the value to anything else, i.e. "MONGO" or any other text value,
my code works. .Why won't this accept an xml object as the value? I tried
converting it to a string first and that didn't work either? Any ideas?
Scooby Doobie Doo Guest
-
Trouble with CFHTTP Post XML to FedEx
I am developing a ColdFusion application to request shipment information from FedEx. Their FSM Direct guidelines specify the format of the XML... -
Sending an xml doc via cfhttp post
I am receiveing the following error when trying to send xml via cfhttp - Connection Failure: Status code unavailable The xml code works fine... -
cfhttp error
Ugh - I give up. Hi. I have the following line of code: <cfhttp url='#appFullPath#temp_sfiles/#session.userid#/#name#' method='head' /> When I... -
Redirecting from Get to Post (maybe via CFHTTP??)
Hey all, looking for some advice. Here is the situation... I have a website with links that go to a redirection script (to track clicks and... -
Error returning CFHTTP values
Im trying to parse some html to get all the href values from it. Once I have the href's I try to remove the html tags from them and add the...



Reply With Quote

