I'm having the same problem.  From what I can tell, it's because the
API that the FedEx module is hitting is an older version.  I looked at
the docs at FedEx's developer site, and they are pushing an entirely
different SOAP web service thing, not the XML-RPC-style thing the
Satchmo FedEx module is using.

Furthermore, it seems that the XML packet that shipper.py creates is
hard-coded to use only Ground shipping: see the section...
"<CarrierCode>FDXG</CarrierCode>"
..."FDXG" is code for "Ground."  You can change it to "FDXE" for
"Express" (non-Ground), but the XML response is different from what
shipper.py expects.  The fact that these old XML schema are
undocumented--at least I can't find them--makes it that much harder to
implement, and I don't relish gutting the module to use the new SOAP
API.

I need to implement a working FedEx implementation--both Ground and
Express--for my own project, but it's taken a lower priority while I
get everything else in place.


On Sep 17, 10:08 pm, one_ninety <[EMAIL PROTECTED]> wrote:
> Ok, I was wrong. Here are some error messages from my log file. On the
> surface it looks like FedEx is thinking I'm supposed asking about
> Ground only..
>
> 2008-09-17 23:33:18,068 fedex.shipper: DEBUG    Starting fedex
> calculations
> 2008-09-17 23:33:18,077 fedex.shipper: DEBUG    Calculating fedex with
> type=PRIORITYOVERNIGHT, packaging=YOURPACKAGING
> 2008-09-17 23:33:18,090 fedex.shipper: DEBUG    Using single-box
> method for fedex calculations.
> dex calculations.
> 9,401 fedex.shipper: INFO     Fedex Error: Ground Service Type must be
> Ground Home Delivery or FedEx Ground - Code: F821
> 2008-09-17 23:33:19,401 fedex.shipper: DEBUG    Fedex request: <?xml
> version="1.0" encoding="UTF-8" ?>
>   <FDXRateRequest xmlns:api="http://www.fedex.com/fsmapi";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:noNamespaceSchemaLocation="FDXRateRequest.xsd"><RequestHeader><AccountNumber>431189240</
> AccountNumber><MeterNumber>5448086</MeterNumber><CarrierCode>FDXG</
> CarrierCode></RequestHeader><Service>PRIORITYOVERNIGHT</
> Service><Packaging>YOURPACKAGING</Packaging><WeightUnits>LBS</
> WeightUnits><Weight>38.2</
> Weight><OriginAddress><StateOrProvinceCode>MD</
> StateOrProvinceCode><PostalCode>21057</PostalCode><CountryCode>US</
> CountryCode></
> OriginAddress><DestinationAddress><StateOrProvinceCode>CA</
> StateOrProvinceCode><PostalCode>95123</PostalCode><CountryCode>US</
> CountryCode></DestinationAddress><Payment><PayorType>SENDER</
> PayorType></Payment><DeclaredValue><Value>65.25</Value><!--<Value></
> Value>--><CurrencyCode>USD</CurrencyCode></
> DeclaredValue><PackageCount>1</PackageCount></FDXRateRequest>
>
> 2008-09-17 23:33:19,402 fedex.shipper: DEBUG    Fedex response: <?xml
> version="1.0" encoding="UTF-8"?><FDXRateReply 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:noNamespaceSchemaLocation="FDXRateReply.xsd"><ReplyHeader></
> ReplyHeader><Error><Code>F821</Code><Message>Ground Service Type must
> be Ground Home Delivery or FedEx Ground</Message></Error></
> FDXRateReply>
> 2008-09-17 23:33:19,402 fedex.shipper: DEBUG    Starting fedex
> calculations
> ng fedex calculations
> 0 fedex.shipper: DEBUG    Calculating fedex with type=FEDEX2DAY,
> packaging=YOURPACKAGING
> 2008-09-17 23:33:19,423 fedex.shipper: DEBUG    Using single-box
> method for fedex calculations.
> 2008-09-17 23:33:20,001 fedex.shipper: INFO     Fedex Error: Ground
> Service Type must be Ground Home Delivery or FedEx Ground - Code: F821
> 2008-09-17 23:33:20,002 fedex.shipper: DEBUG    Fedex request: <?xml
> version="1.0" encoding="UTF-8" ?>
>   <FDXRateRequest xmlns:api="http://www.fedex.com/fsmapi";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:noNamespaceSchemaLocation="FDXRateRequest.xsd"><RequestHeader><AccountNumber>431189240</
> AccountNumber><MeterNumber>5448086</MeterNumber><CarrierCode>FDXG</
> CarrierCode></RequestHeader><Service>FEDEX2DAY</
> Service><Packaging>YOURPACKAGING</Packaging><WeightUnits>LBS</
> WeightUnits><Weight>38.2</
> Weight><OriginAddress><StateOrProvinceCode>MD</
> StateOrProvinceCode><PostalCode>21057</PostalCode><CountryCode>US</
> CountryCode></
> OriginAddress><DestinationAddress><StateOrProvinceCode>CA</
> StateOrProvinceCode><PostalCode>95123</PostalCode><CountryCode>US</
> CountryCode></DestinationAddress><Payment><PayorType>SENDER</
> PayorType></Payment><DeclaredValue><Value>65.25</Value><!--<Value></
> Value>--><CurrencyCode>USD</CurrencyCode></
> DeclaredValue><PackageCount>1</PackageCount></FDXRateRequest>
>
> 2008-09-17 23:33:20,002 fedex.shipper: DEBUG    Fedex response: <?xml
> version="1.0" encoding="UTF-8"?><FDXRateReply 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:noNamespaceSchemaLocation="FDXRateReply.xsd"><ReplyHeader></
> ReplyHeader><Error><Code>F821</Code><Message>Ground Service Type must
> be Ground Home Delivery or FedEx Ground</Message></Error></
> FDXRateReply>
> 2008-09-17 23:33:20,002 fedex.shipper: DEBUG    Starting fedex
> calculations
> 2008-09-17 23:33:20,011 fedex.shipper: DEBUG    Calculating fedex with
> type=FEDEX2DAYFREIGHT, packaging=YOURPACKAGING
> 2008-09-17 23:33:20,027 fedex.shipper: DEBUG    Using single-box
> method for fedex calculations.
> ethod for fedex calculations.
> shipper: INFO     Fedex Error: Ground Service Type must be Ground Home
> Delivery or FedEx Ground - Code: F821
> 2008-09-17 23:33:20,602 fedex.shipper: DEBUG    Fedex request: <?xml
> version="1.0" encoding="UTF-8" ?>
>   <FDXRateRequest xmlns:api="http://www.fedex.com/fsmapi";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:noNamespaceSchemaLocation="FDXRateRequest.xsd"><RequestHeader><AccountNumber>431189240</
> AccountNumber><MeterNumber>5448086</MeterNumber><CarrierCode>FDXG</
> CarrierCode></RequestHeader><Service>FEDEX2DAYFREIGHT</
> Service><Packaging>YOURPACKAGING</Packaging><WeightUnits>LBS</
> WeightUnits><Weight>38.2</
> Weight><OriginAddress><StateOrProvinceCode>MD</
> StateOrProvinceCode><PostalCode>21057</PostalCode><CountryCode>US</
> CountryCode></
> OriginAddress><DestinationAddress><StateOrProvinceCode>CA</
> StateOrProvinceCode><PostalCode>95123</PostalCode><CountryCode>US</
> CountryCode></DestinationAddress><Payment><PayorType>SENDER</
> PayorType></Payment><DeclaredValue><Value>65.25</Value><!--<Value></
> Value>--><CurrencyCode>USD</CurrencyCode></
> DeclaredValue><PackageCount>1</PackageCount></FDXRateRequest>
>
> On Sep 17, 6:43 pm, one_ninety <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > Noob question: I installed the FedEx shipping module. It seems to work
> > ok as long as I only select GROUND (which is the default as well). If
> > I select any other method it never appears as an option during
> > checkout. There is no insight from my apps log file. Has anyone ran
> > into this issue? If not, anyone have any pointers on where I should be
> > looking?
>
> > I'm using Django 0.96, and Satchmo 0.7. The rest of the app appears to
> > behave nicely so far. :)
>
> > I've searched on this board and generally on google. Haven't found
> > anyone with the same issue, so I'm probably missing some key piece
> > that is staring me in the face.
>
> > Thanks much!
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to