Link to home
Start Free TrialLog in
Avatar of pengbsam
pengbsam

asked on

Create web service calls from C# application for UPS, FeDEX, DHL tracking information

Hello Experts:
    I am want to develop a function in my C# program to track shipment from UPS, Fedex or DHL via their existing API's. However I couldn't find any sample file or documentations anywhere online. Also where do I download those API's? To me it should've been simple web service tracking# and return a status or either yes-delivered or no - not delivered.
    Any help or directory will be much appreciated!

Sincerely
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

For UPS, you could start here (if you haven't already):

Type of License
http://www.ups.com/e_comm_access/thrdpty?loc=en_US

Bob
Avatar of pengbsam
pengbsam

ASKER

Yes.. thank you. I did get to the ups one.

However it's the C# sample codes that I am more interested in! Thank you for such a quick reply!
I don't have examples, but you could look into this:

Aivea® eShip" Web Service 2.0
http://www.aivea.com/eshipinfo.htm

Bob
The link for the FedEx API tools is:

http://www.fedex.com/us/solutions/fsmapi.html?link=4

There are some examples in their developer tools, but I don't know if they have C# in there.  If not you can call their toll free number to get someone who can help.
Does anyone have any sample code? thanx
ASKER CERTIFIED SOLUTION
Avatar of ltlbearand3
ltlbearand3
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial