If you hit their web service there is no WSDL... they give you a static WSDL file with the development docs, but the web service itself does not publish a WSDL.
So I can't hit is straight up with CFInvoke. I have to pass it a chunk of XML and go the SOAP route. At least I have not found a way. Here is the development web service address. https://gatewaybeta.fedex.com:443/web-services > -----Original Message----- > From: Casey Dougall [mailto:[email protected]] > Sent: Friday, June 26, 2009 3:11 PM > To: cf-talk > Subject: Re: fedex web service > > > On Fri, Jun 26, 2009 at 3:08 PM, Casey Dougall < > [email protected]> wrote: > > > soapenv:Body > > > you might need soapenv:Body Node as well I can't remember. > > If they allow straight xml call I'd use that method vs soap so you don;t ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324005 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

