here

http://forums.allaire.com/coldfusion/messageview.cfm?catid=11&threadid=187258

river wrote:

> 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

Reply via email to