Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Cannot get FedEx rates

  1. #1
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default Cannot get FedEx rates

    I currently have UPS real-time rates working fine. I need to add FedEx. I followed all the instructions here, got a meter number from FedEx along with the correct server address. Interestingly, when I went to put in all the info there was no AppConfig for
    RTShipping.FedEx.Key or RTShipping.FedEx.Password - I had to make them.

    I set both RTShipping.ActiveCarrier and RTShipping.DomesticCarriers to "FEDEX,UPS"

    For some reason I'm still not getting RT rates for FedEx, only UPS. What did I miss?
    Keith


    http://goo.gl/s20Ot

    ASPDNSF v9.3/64 Bit
    Windows Web Server 2008 R2
    IIS 7.5

  2. #2
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default

    Anybody? Anything? I'm really stuck here.
    Keith


    http://goo.gl/s20Ot

    ASPDNSF v9.3/64 Bit
    Windows Web Server 2008 R2
    IIS 7.5

  3. #3
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default

    Can anyone at AspDotNetStorefront shed any light or offer any insights on this?
    Keith


    http://goo.gl/s20Ot

    ASPDNSF v9.3/64 Bit
    Windows Web Server 2008 R2
    IIS 7.5

  4. #4
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default

    I found the RTShipping.DumpXmlOnCartPage AppConfig and turned it on and got this as the RTShipResponse:


    <roottag_justaddedfordisplayonthispage>
    <FedExResponse>System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
    at System.Net.HttpWebRequest.GetResponse()
    at AspDotNetStorefrontCore.RTShipping.POSTandReceiveD ata(String Request, String Server) in C:\Users\k.paul\Documents\Visual Studio 2008\Projects\AspDotNetStorefront\ASPDNSFCore\RTSh ipping.vb:line 3548</FedExResponse>
    </roottag_justaddedfordisplayonthispage>


    Does this help in tracking down why I'm not getting FedEx rates?
    Keith


    http://goo.gl/s20Ot

    ASPDNSF v9.3/64 Bit
    Windows Web Server 2008 R2
    IIS 7.5

  5. #5
    kpaul is offline Member
    Join Date
    Nov 2009
    Posts
    54

    Default

    I also found this in RTShipping.vb. It doesn't look like a username/password is ever being passed to FedEx. Is this right?

    Code:
    ''' FedEx login information, "Username,Password"
    PublicProperty FedexAccountNumber() AsString
    
    Get
    ReturnMe.m_FedexAccountNumber
    EndGet Set
    Me.m_FedexAccountNumber = Value
    EndSet
    EndProperty
    Keith


    http://goo.gl/s20Ot

    ASPDNSF v9.3/64 Bit
    Windows Web Server 2008 R2
    IIS 7.5

  6. #6
    lumenlunae is offline Junior Member
    Join Date
    Jan 2012
    Posts
    1

    Default

    I'm having the same issue, kpaul.

    I noticed in the ML8 manual (http://manual.aspdotnetstorefront.co...ing-rates.aspx) there are App Config parameters for FedEx Key and Password, but they weren't available in my App Config. I'm getting a 500 Internal Server Error as well.

    Any help would be appreciated, thank you!

  7. #7
    TheGlowPro is offline Member
    Join Date
    Mar 2006
    Posts
    74

    Default

    8.0.1.2 uses the FedEx API which is due to be discontinued shortly. The developer key info you got from FedEx is for web services. FedEx Web Services is not supported by 8.0.1.2. Email support and ask them to upgrade you to 8.0.1.4. There is no charge for this upgrade and FedEx web services are fully supported.