python-fedex-devs / python-fedex

A light wrapper around FedEx's SOAP API.
http://python-fedex.readthedocs.org
BSD 3-Clause "New" or "Revised" License
156 stars 139 forks source link

Updating Ship Service to version 26 including WSDL File ShipService_v26 #154

Closed vantyecw closed 1 year ago

vantyecw commented 3 years ago

First of all, thank you for this great package!

Just wondering if this package is still compatible with newer version of Ship API (version 26)?

In order to use the newer version of Ship API, I would need to replace the file "ShipService_v23.wsdl" that is in 'wsdl' folder with the file "ShipService_v26.wsdl". Just wondering if it will be sufficient to just specify wsdl_path in FedexConfig to point to the folder containing "ShipService_v26.wsdl" file and also override FedexProcessShipmentRequest class to setup _version_info and _config_obj object?

Otherwise, what should I do in order to use this package with the latest version of Fedex API?

Thanks in advance!