FedEx Integration in .NET Environment

  • Thread starter Thread starter someone
  • Start date Start date
S

someone

Does anyone have any experience integrating with FedEx via C# and
ASP.NET? I am really frustrated with the lack of help from FedEx.
Their example ASP.NET code consists of an empty form and a C# file
that uses their objects.
Thanks,
Mike Schore
 
someone said:
Does anyone have any experience integrating with FedEx via C# and
ASP.NET? I am really frustrated with the lack of help from FedEx.
Their example ASP.NET code consists of an empty form and a C# file
that uses their objects.
Thanks,
Mike Schore

You might want to check out this project on GDN:
http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=29bbb7fe-2d18-4f82-a273-9445b978d1bf
(watch line-wrapping)

The current code allows for rate requests to be retrieved from FedEx, UPS,
USPS and Airborne. The FedEx implementation currently utilizes FedEx's older
"FedEx-Direct" API, but is currently being switched to use their newer XML
formats. In any case, it should get you started if not meet your needs.

Good luck,
Ryan LaNeve
 
Back
Top