Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. phoose

    Perl SOAP::Lite - FedEx Webservices

    Actually yes I did. It turns out that WSDL support in perl is not very good. Right now I'm only doing a very simple call to FedEx so I just loaded the xml into my script and interpolated my variables into it. In addition FexEx also released a new version of their web services with different XML...
  2. phoose

    Perl SOAP::Lite - FedEx Webservices

    I'm trying to create a client for the fedex web service but I'm having some problems. I'm new to SOAP so it's possible that I'm just doing something wrong. I've tried two different forms of creating the object: my $wsdl = 'file:./RateService_v2.wsdl'; my $soap = SOAP::Lite->service($wsdl)...

Part and Inventory Search

Back
Top