RE: Working with FedEx API?

2000-10-20 Thread Simon Horwith

if you e-mail me a copy, or supply a URL to download it, I'll let you know
the class name(s).  Otherwise, try going out to Microsoft's site and
downloading the object/ole viewer (
http://www.microsoft.com/com/resources/oleview.asp ).  Search through "all
objects" for something like 'fedex' or 'fed' or whatever.  You'll find it
(along with all it's exposed methods), if it's registered.

~Simon

-Original Message-
From: Will Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 19, 2000 5:40 PM
To: CF-Talk
Subject: Working with FedEx API?


Hi All,

  Has any one out in never never land worked with the FedEx API?  I have
read nearly all the documentation and have yet to find a way to reference
the DLL in HTML or CF.  Any one have any thoughts?

Thanks,
 Will




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Working with FedEx API?

2000-10-20 Thread Jon Hall

Let me warn you now. This program does NOT like Windows 2000, and machines
with multiple IP addresses (so dont install it on any modern web server). We
have to keep the stupid program on a standalone box on the network. Fedex is
really dragging their feet on fixing this.

jon
- Original Message -
From: "Will Ryan" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, October 19, 2000 5:39 PM
Subject: Working with FedEx API?


 Hi All,

   Has any one out in never never land worked with the FedEx API?  I have
 read nearly all the documentation and have yet to find a way to reference
 the DLL in HTML or CF.  Any one have any thoughts?

 Thanks,
  Will


 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Working with FedEx API?

2000-10-20 Thread Ryan

There is a web site called Intershipper that calculates shipping rates
for you for many shippers, including FedEx. They offer a CF custom tag
even. Its a free service. They do package tracking, too.
http://www.intershipper.com

Anyone used it? Any comments? I havn't yet but we plan to in our
shopping cart.

Ryan


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Working with FedEx API?

2000-10-20 Thread Bill Killillay

We have integrated both the shipping rate calc and the tracking into a site
that is not yet live and it works great.  The custom tag is written, I
believe, by Michael Sheldon at Desert Raven, it's pretty good.  Did
everything we needed it to with no problems.  It uses CFHTTP so it's kind of
slow sometime when connecting to Intershipper, but it's worth the wait.


Just my .02

Bill
cf_warrior
 -Original Message-
 From: Ryan [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 20, 2000 12:51 PM
 To: CF-Talk
 Subject: Re: Working with FedEx API?


 There is a web site called Intershipper that calculates shipping rates
 for you for many shippers, including FedEx. They offer a CF custom tag
 even. Its a free service. They do package tracking, too.
 http://www.intershipper.com

 Anyone used it? Any comments? I havn't yet but we plan to in our
 shopping cart.

 Ryan

 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: [Working with FedEx API?]

2000-10-19 Thread Alex

fedexapi is actually a server. you should see it in services on your NT
box(assuming NT). you don't reference the dll. try to use the html
example...it's written in C++ so you need to setup CGI-BIN. to do it in CF
you'll have to read the fedexapi docs and suffer. 
have fun

"Will Ryan" [EMAIL PROTECTED] wrote:
Hi All,

  Has any one out in never never land worked with the FedEx API?  I have
read nearly all the documentation and have yet to find a way to reference
the DLL in HTML or CF.  Any one have any thoughts?

Thanks,
 Will



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Get free email and a permanent address at http://www.netaddress.com/?N=1

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Working with FedEx API?

2000-10-19 Thread Adrian Cesana

I am using the FedEx WebAPI and a modified version of the Track.class to do
some Non_Web_Based tracking of multiple shipments which is working well for
us.  You could modify this to work in the CF environment but Fedex already
provides a trackapi.cgi that can be integrated into you apps.  This would
probably be easier and cleaner to do.

Fedex recently released a FedexAPI that replaces the WebAPI and other API's
they provided, it probably has the same samples available.  If you download
and install it you get all the sample files, did you do that already?

-Adrian

-Original Message-
From: Will Ryan [mailto:[EMAIL PROTECTED]]

Hi All,

  Has any one out in never never land worked with the FedEx API?  I have
read nearly all the documentation and have yet to find a way to reference
the DLL in HTML or CF.  Any one have any thoughts?

Thanks,
 Will


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]