>Not using CFHTTP. CHTTP doesn't work with UPS's server post CF
>version 4.5. Something screwy about the way CF encodes the form
>variables I believe.

This would have to do with CF automatically URL encoding the values in CF 5 
and later. But I think that might only have to do with using a POST method 
instead of GET. Have you done a test to see whether a GET method would work 
in MX using the "charset" attribute to "ISO-8859-1"? You would just append 
any values to pass as name/value pairs appended to the "url" attribute 
instead of using <cfhttpparam> tags.

That's just a shot in the dark. But since you're at a wall, it might be 
worth the shot. Plus, using COM in MX in any capacity is a dicey proposition 
at best!!

Regards,
Dave.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to