Tagged Questions

3
votes
1answer
1k views

Integrating Fedex into your web application

I realize they have an API but some of the questions I have wouldn't be answered by it, and it would be great to receive feedback from others who have integrated it before. I basically am ...
2
votes
2answers
4k views

Issues using a Fedex Webservice via WDSL/SOAP

I downloaded the sample code to request a rate from fedex's website... i placed the WSDL file in the proper location, I have my acct number, password, meter number, and key. When I run the script I ...
1
vote
1answer
175 views

Magento 1.6 FedEx No Quotes

As you might know, there's FedEx Web Services API in Magento. But I still can't make it work. Entered all (password, account id, key and so on) in the admin end of the Magento. Still getting This ...
1
vote
0answers
428 views

Can't get proper rateReply from Fedex API

I'm integrating fedEx rateService into my application and I keep getting the same error when sending a rate request: <v9:Notifications xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" ...
0
votes
0answers
62 views

Mock SOAP response as stdClass from name spaced xml file?

I am building an application that interacts with FedEx's API using their WSDL files for rating. My issue is that the FedEx development server that handles freight rate requests is down or otherwise ...
0
votes
1answer
250 views

FedEx: Authentication Failed with test account

I'm trying to integrate FedEx with my application. I created a test account. When I send RateRequest I got a response Authentication Failed (code is 1000). I use v10 of Fedex Rate service. For SOAP I ...
0
votes
1answer
150 views

FedEx “Service INTERNATIONAL_GROUND is invalid” message

i made integration with FedEx web services. All things works like a charm, but when i try to use international ground service type it raised me this error "Service INTERNATIONAL_GROUND is invalid" ...