views:

36

answers:

1

I was wondering if anyone knew of where I could find an example XML document so that I could get get a FREIGHT LTL shipping quote from the UPS API. My XML mojo is seriously deficient, and all UPS has provided me is an XSD document. My client is really hoping that I can get this done sooner rather than later, and I need to send this as an XML post rather than a SOAP request as the site is written in ColdFusion 8 and if I recall correctly, Coldfusion has to have a publicly facing WSDL to create a webservice (I have been doing too much .NET development lately).

Can anyone help out?

EDIT:

This needs to support FREIGHT, unless I missed the boat, the download @ RIAForge only supports standard shipping.

+2  A: 

Did you try the CF UPS package at RIAForge? http://cfups.riaforge.org.

CF Jedi Master
Ray, I should have known . . . . Thanks I will take a look into it. Will it handle Freight?
andrewWinn
I explicity need FREIGHT, LTL shipping
andrewWinn
I honestly don't remember -did you download the code and look? :)
CF Jedi Master
Oh I see your edit above. I'll see if I can add that.
CF Jedi Master