brewski / fedex-web-services

A Ruby Gem that provies an interface to the FedEx web services API (version 10)
MIT License
8 stars 11 forks source link

API Version 13 - no accountNumber for Payor #2

Open treyconnell opened 11 years ago

treyconnell commented 11 years ago

The current version of the FedEx API is 13. Using the v13 WSDL, I receive the following error:

undefined method `accountNumber=' for #Fedex::WebServices::Definitions::Payor:0x007fec85d1f3c0

Do you have a copy of the v10 WSDL that we can compare against in order to form and update the code? I can't seem to find it on the fedex developer resources.

brewski commented 11 years ago

I am not allowed to redistribute the WSDL, but I will look into upgrading the gem to work with v13.

On Oct 31, 2012, at 8:16, Trey Connell notifications@github.com wrote:

The current version of the FedEx API is 13. Using the v13 WSDL, I receive the following error:

undefined method `accountNumber=' for # Fedex::WebServices::Definitions::Payor:0x007fec85d1f3c0

Do you have a copy of the v10 WSDL that we can compare against in order to form and update the code? I can't seem to find it on the fedex developer resources.

— Reply to this email directly or view it on GitHubhttps://github.com/brewski/fedex-web-services/issues/2.

treyconnell commented 11 years ago

Super! FYI, I was able to find a copy of the version 10 WSDL and it is indeed working. Diff'ing the 2 WSDL files, it appears there are significant changes between the two. :(