Skip to main content
Inspiring
November 4, 2009
Question

FedEx Web Services Integration with ColdFusion Application

  • November 4, 2009
  • 1 reply
  • 12354 views

Hi,

Has anybody implemented/worked with FedEx web services in CF? I'm looking for sample CF code consuming FedEx web services (v 7), such as get rates info, get rate services, etc.

Many thanks in advance.

    This topic has been closed for replies.

    1 reply

    Inspiring
    November 4, 2009

    This project was recently (Oct 2009) updates for v7:

    http://code.google.com/p/cffedexrates/

    Looks like it would help you out.

    Inspiring
    November 4, 2009

    This project was recently (Oct 2009) updates for v7:

    http://code.google.com/p/cffedexrates/

    +1

    Though I have not used it, I would definitely take a look at that project. The FedEx web services have a lot of nesting and complex types which can be very tough to work with. AFAIK that project uses the simpler soap/cfhttp approach to send requests, which is simpler to construct and easier to debug IMO.

    -Leigh

    Inspiring
    November 4, 2009

    Great. I'll take a look at it. Many thanks.