A web service is not like a CFC where you can cfdump it out and get all the methods. Those underlying methods you are seeing aren't going to help you at all.
The actual methods you can call are documented in the WSDL itself. I glanced through it and holy cow it is long. Didn't the web service vendor provide some documentation on calling it? I must say I've never really passed authentication info via the header before. Chances are, you will need to use the AddSOAPRequestHeader function (http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_a-b_03.html) I would try to fool around and get a working example, but I'm not too good at deciphering WSDL's and I don't have a username/pass anyway. ~Brad ----- Original Message ----- From: "Chris Jordan" <[email protected]> To: "cf-talk" <[email protected]> Sent: Friday, January 23, 2009 5:36 PM Subject: Re: How do I traverse XML using ColdFusion? > John, > > The stub methods I'm referring to are part of apache Axis which are part > of > some parent class that get's created when I do: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318467 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

