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...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.