Thanks! Here is final code that worked. I have never seen it formatted like that [""][""][""]... Is this to kind of 'escape' the colons?
<cfset IsSuccess = reply["soapenv:Envelope"]["soapenv:Body"]["v6:RateReply"]["v6:Notifications"]["v6:Severity"]["XMLText"]> > -----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 > need to deal with all that soap shit. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:324001 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

