JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Soap Error #81

Closed docelmo closed 5 years ago

docelmo commented 6 years ago

Anyone have any thoughts on why I keep getting this?

Error: [SoapFault] SOAP-ERROR: Encoding: Element 'Major' has fixed value '2' (value '4' is not allowed)

I am not 100% on what to do to fix it.

Brian

AbhayLodhi commented 6 years ago

You have to try Major=>'21'.Major is the wsdl version code .

$request['Version'] = array( 'ServiceId' => 'ship', 'Major' => '21', 'Intermediate' => '0', 'Minor' => '0' );