Package trackers for asp.net framework 2.0

  • Thread starter Thread starter Blasting Cap
  • Start date Start date
B

Blasting Cap

I need to replace a web service that no longer works with one that I can
call from within a web application, in order to return tracking information.

The current one calls a URL and supplies a tracking number and then
pulls a section out of the returned page into a box on my page (delivery
information, signature, etc). Works for Fedex, UPS and Con-way.

Is there any web service that'll do this - for free - without having to
re-engineer the applicaiton?

BC
 
I need to replace a web service that no longer works with one that I can
call from within a web application, in order to return tracking information.

The current one calls a URL and supplies a tracking number and then
pulls a section out of the returned page into a box on my page (delivery
information, signature, etc). Works for Fedex, UPS and Con-way.

Is there any web service that'll do this - for free - without having to
re-engineer the applicaiton?

BC

UPS and Fedex have own e-commerce services. Visit their web sites to
get an examples.
 
Back
Top