> MORE info.... here's what will be sent to us...looks like
> the xml will be in the headers.... so how can I grab that
> for the purposes of using an xml object in cf?

I believe the structure returned by getHTTPRequestData() includes a
structure which includes all of the http headers, so if you had an
http header of X-Marmalaide you would reference the value of that
header with something like:

<cfset rdata = getHTTPRequestData()>
<cfset marmalaide = rdata.head["X-Marmalaide"]>

Just use <cfdump> to output the request data if it's not "head" and
you're not sure what the name of the structure is -- it should be
obvious from the dump.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=48229&DE=1
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.sys-con.com/story/?storyid=48229&DE=1
http://www.fusiontap.com



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