One possible solution is to use this tag from the Gallery.
http://devex.allaire.com/developer/gallery/info.cfm?ID=DE7F6772-4A73-11D5-83
F000508B94F85A&method=Full
It is also possible to use ServerXMLHTTP (using MSXML3sp1).
Incidentally, others have noticed that you can apparently get away with
omitting the first block of xml containing your access info from your
request xml.
Chris
-----Original Message-----
From: river [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 2:52 PM
To: CF-Talk
Subject: Integrating UPS XML
I was wondering if anybody has experience integrating the UPS XML with CF
applications. I am not quite convinced that their documentation is not
accurate enough... Can anybody share the code??
So far I have tried CFHTTP or MSXML but to no avail. I have looked in the
allaire CF forum, but I couldn't find a good solution. All those threads
stop before a complete solution...
++++++++++++++++++++++++++++++++++++++++++
<cfhttp method="post" url="https://www.ups.com/ups.app/xml/Rate">
<cfhttpparam type="file" file="D:\testsite\ups_rate_request.xml"
name="input">
</cfhttp>
<cfoutput>#cfhttp.FileContent#</cfoutput>
This returns an XML error saying that it has a problem with
AccessLicenseNumber. I am sure I am supplying the right number and such
since those are the ones I got from UPS site.
I appreciate any help.
Thanks,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists