Re: fedex rates

2009-07-08 Thread Matthew Williams
You could also try this CFC... http://code.google.com/p/cffedexrates/. I've tested it as of last night, and it works fine. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog Chad Gray wrote: > I am using some code I got from this web site (not sure who the author is) to > tap into Fe

RE: fedex rates

2009-06-30 Thread Chad Gray
DOH... needed JavaCast(). Nevermind. > -Original Message- > From: Chad Gray [mailto:cg...@careyweb.com] > Sent: Tuesday, June 30, 2009 4:40 PM > To: cf-talk > Subject: fedex rates > > > I am using some code I got from this web site (not sure who the author i

Re: fedex rates

2009-06-30 Thread C S
> Unable to find a constructor for class org.apache.axis.types. > NonNegativeInteger that accepts parameters of type ( java.lang.Integer > ). NonNegativeInteger is expecting a string (ie java.lang.String). Apparently listLen(..) returns a java.lang.Integer: ListLen() object type = #listLen(

fedex rates

2009-06-30 Thread Chad Gray
I am using some code I got from this web site (not sure who the author is) to tap into FedEx's rate API. http://cfsearching.blogspot.com/2007/12/how-heck-do-you-use-fedex-rate-web.html If I try to put a CF variable in the second line below it errors out. If I put a 1 or 2 in there statically

RE: FedEx Rates

2009-06-26 Thread Billy Cox
If there is a .NET example, you should be able to glean enough information from it to write your own code. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Thursday, June 25, 2009 11:38 AM To: cf-talk Subject: FedEx Rates I am having a hard time finding example

FedEx Rates

2009-06-25 Thread Chad Gray
I am having a hard time finding example code for FedEx rate web service. They have example code on their web site for everything but CF. I checked RIAForge and could not find a project. Anyone have example code? I am reading through the docs and I cant even find the URL to hit the web service