The following code structure works with CFMX 6 and IIS but is returning the 
error "The root element is missing" on a server with CF5 and Apache 2. Any help 
would be appreciated as I've spent many hours trying to figure out why it is 
breaking on the other server. 
 
Thanks
 
 
<cfsavecontent variable="xmlrequest">
<test>
    <sample>
    <blah>490002</blah>       
 </sample>
</test>
</cfsavecontent>
 
<cfhttp url="http://blah.com"; method="POST">
 <cfhttpparam encoded="no" type="body" name="ReturnXML" value="#xmlrequest#">
</cfhttp>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:206301
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to