@@ -31,15 +31,15 @@ def __init__(self, config_obj, *args, **kwargs):
3131 # Holds version info for the VersionId SOAP object.
3232 self ._version_info = {
3333 'service_id' : 'ship' ,
34- 'major' : '23 ' ,
34+ 'major' : '26 ' ,
3535 'intermediate' : '0' ,
3636 'minor' : '0'
3737 }
3838 self .RequestedShipment = None
3939 """@ivar: Holds the RequestedShipment WSDL object."""
4040 # Call the parent FedexBaseService class for basic setup work.
4141 super (FedexProcessShipmentRequest , self ).__init__ (
42- self ._config_obj , 'ShipService_v23 .wsdl' , * args , ** kwargs )
42+ self ._config_obj , 'ShipService_v26 .wsdl' , * args , ** kwargs )
4343
4444 def _prepare_wsdl_objects (self ):
4545 """
@@ -177,15 +177,15 @@ def __init__(self, config_obj, *args, **kwargs):
177177 self ._config_obj = config_obj
178178
179179 # Holds version info for the VersionId SOAP object.
180- self ._version_info = {'service_id' : 'ship' , 'major' : '23 ' ,
180+ self ._version_info = {'service_id' : 'ship' , 'major' : '26 ' ,
181181 'intermediate' : '0' , 'minor' : '0' }
182182 self .DeletionControlType = None
183183 """@ivar: Holds the DeletrionControlType WSDL object."""
184184 self .TrackingId = None
185185 """@ivar: Holds the TrackingId WSDL object."""
186186 # Call the parent FedexBaseService class for basic setup work.
187187 super (FedexDeleteShipmentRequest , self ).__init__ (self ._config_obj ,
188- 'ShipService_v23 .wsdl' ,
188+ 'ShipService_v26 .wsdl' ,
189189 * args , ** kwargs )
190190
191191 def _prepare_wsdl_objects (self ):
0 commit comments