On 7/5/05, Anthony Prato <[EMAIL PROTECTED]> wrote:
> There are a number of ways to post XML over http, such as the MSXML
> object. How can I setup a coldfusion page to receive these posts?

To consume XML posted to a CF page, use the CF function GetHttpRequestData()

> On a side note, what is the most preferable way in MX to post XML over
> http to services such as the DHL or UPS tracking interface?

To post XML over http you can use something like this.:
<cfhttp url="url_to_post_to" method="post">
    <cfhttpparam type="XML" name="XmlDoc" value="#your_xml#">
</cfhttp>

-- 
Eddie.
http://awads.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211166
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