Using Web Service Code to Track FEDEX Packages | CodeGuru

Using Web Service Code to Track FEDEX Packages

Environment: Web Services, .NET Web Service; written in VB.NET and Visual Studio 2003 Introduction There was a need to track Federal Express Packages for my company from within my application. This Web Service was created with one public ally-accessible function—GetFedexTracking. This function takes two parameters. The first is an internal reference number or a FEDEX […]

Written By
CodeGuru Staff
CodeGuru Staff
Jul 10, 2003
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Environment: Web Services, .NET Web Service; written in VB.NET and Visual Studio 2003

Introduction

There was a need to track Federal Express Packages for my company from within my application. This Web Service was created with one public ally-accessible function—GetFedexTracking. This function takes two parameters. The first is an internal reference number or a FEDEX tracking number. The second is a string indicating the method of tracking. An XML document with the tracking information—or error information—is the result of this method call.

Things Necessary to Make This Work for You

If you do a search for word CHANGE, you will find four occurrences, including the one in this comment. Simply make the three necessary changes:

  1. Set the FEDEX_ACCOUNT constant to your account number.
  2. Set the FEDEX_URL constant to the URL given to you by FEDEX.
  3. Set the referrer property of the req object to your company name.

Use Restrictions

Feel free to use this as you see fit. All I ask is that if you make any enhancements, please send them to me. I know that this code is not very complex, but it was a pain to figure out because I could find no good samples around on how to do some of the things necessary to accomplish this.

Advertisement

Downloads

Download source – 11 Kb

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.