Hi all,

I know this ain't necessarily Flex and ColdFusion but I have not seen  
an Acrobat and ColdFusion list :)  People may or may not be able to  
help her but I got nowt to lose!

I have a pdf generated by LiveCycle ES (by someone else) and the  
submit button uses HTTP POST to send some generated XML of all the  
form data to a ColdFusion page.

First I have a copied and tested the exact XML and processed it  
accordingly using a test POST using CF and it works a dream.  As soon  
as I use the pdf to submit the xml things go belly up and I get and  
Invalid Server response error (thats all).

So I have found that its falling on processing the POST data somehow  
why I dunno, I can get the data using <cfset objRequest =  
GetHttpRequestData().content /> and output that fine, as soon as I try  
something like

  <cfset strXML = XmlParse(objRequest) />
<cfoutput>
        #strXML#
</cfoutput>

it goes pear shaped, any one got any clues tips or tricks please?

Simon


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5420
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to