FedEx Soap v10 - Scheme/XML Issue

elushion

New Member
Currently receiving this when trying to submit my XML to FedEx's servers:\[code\] 'errorCode' => '5','reason' => 'Schema validation failed for request.','details' => { 'ValidationFailureDetail' => { 'xmlLocation' => { 'NumberOfPieces' => '' },{ 'Units' => '' },{ 'Value' => '' }, 'message' => { 'Invalid decimal value: expected at least one digit', 'string value \'\' is not a valid enumeration value for WeightUnits in namespace http://fedex.com/ws/ship/v10', 'Invalid decimal value: expected at least one digit' }\[/code\]Do you folks have any suggestions? It seems Fedex isn't receiving out 'Commodities' array but everything is being set (including the NumberOfPieces', 'Units' & ' Value').Any suggestions are appreciated.
 
Back
Top