in reply to Using FedEx's web service

SOAP::Lite should do what you're trying to do if used correctly but it might be easier with XML::Compile::SOAP and XML::Compile::WSDL11.

Replies are listed 'Best First'.
Re^2: Using FedEx's web service
by iron77 (Initiate) on Jun 24, 2008 at 22:07 UTC
    XML::Compile::SOAP and XML::Compile::WSDL11 appear to be working wonderfully. Thanks for the suggestion!