FedEx Full Response error
Below is what i received. I see it says invalid account or meter. You can see my account number entered was 4910-9476-1. SHould that be WITHOUT dashes? Also, i did not see a place to enter my meter number.
<?xml version="1.0"?><FDXRateRequest xmlns:api="http://www.fedex.com/fsmapi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FDXRateRequest.xsd"><RequestHeader><AccountNumber>4910-9476-1</AccountNumber><MeterNumber>103675886</MeterNumber><CarrierCode>FDXG</CarrierCode></RequestHeader><ReturnShipmentIndicator>PRINTRETURNLABEL</ReturnShipmentIndicator><Service>FEDEXGROUND</Service><Packaging>YOURPACKAGING</Packaging><WeightUnits>LBS</WeightUnits><Weight>20.0</Weight><OriginAddress><StateOrProvinceCode>TX</StateOrProvinceCode><PostalCode>76426</PostalCode><CountryCode>US</CountryCode></OriginAddress><DestinationAddress><StateOrProvinceCode>TX</StateOrProvinceCode><PostalCode>77498</PostalCode><CountryCode></CountryCode></DestinationAddress><Payment><PayorType>SENDER</PayorType></Payment><Dimensions><Length>2</Length><Width>18</Width><Height>4</Height><Units>IN</Units></Dimensions><DeclaredValue><Value>9.99</Value><CurrencyCode>USD</CurrencyCode></DeclaredValue><PackageCount>1</PackageCount></FDXRateRequest>
Full Response: <?xml version="1.0" encoding="UTF-8"?> <FDXRateReply xsi:noNamespaceSchemaLocation="FDXRateReply.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m="http://com/fedex/ws/transform"> <ReplyHeader/> <Error> <Code>8024</Code> <Message>Invalid account or meter number</Message> </Error> </FDXRateReply>


