I was recently having the same problem. It turned out to be a network issue.
Just to make sure, go to the server (if you can) and try to view the same
page.

-----Original Message-----
From: Shannon Carr [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 10, 2005 11:17 PM
To: CF-Talk
Subject: cfhttp/xml: The root element is missing

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>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:206387
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