iron77 has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks,

Has anyone succeeded in using FedEx's web service in Perl?

I've tried using the WSDL files they provide along with SOAP-Lite and SOAP-WSDL but have come up short. I've been able to POST hand crafted XML directly to their server, but this would be quite tedious to implement for each one of their functions.

Does SOAP-WSDL not yet support their WSDL? Are there other modules that I should be looking at?

Replies are listed 'Best First'.
Re: Using FedEx's web service
by Your Mother (Archbishop) on Jun 10, 2008 at 21:05 UTC
      XML::Compile::SOAP and XML::Compile::WSDL11 appear to be working wonderfully. Thanks for the suggestion!
Re: Using FedEx's web service
by psini (Deacon) on Jun 10, 2008 at 20:49 UTC

    It would be useful if you tell us what kind of problem you encounter or which error you get. "Doesn't work" is not very explicative...

    Have you tried activating the trace feature of SOAP::Lite? If so, what does it report?

    Careful with that hash Eugene.