WSDL2Java is really quite nice. It would be pretty easy to do Tom's idea of WSDL2CF, I reckon. Someone should do that, someday.
I'll say it again (I mentioned this last week already)-- using the java classes was pure joy compared to doing invoke and whatnot, on my last WS "journey". If you're confused by a WSDL (in general), the sources/java objects can be a big help. Plus, I bet you could get IDE insight and whatnot, if you did it a certain way... Only down side so far: Servers with old Axis versions. Eh. Force be with you, OP. -- It is a strange desire, to seek power, and to lose liberty; or to seek power over others, and to lose power over a man's self. Francis Bacon On Fri, Jan 23, 2009 at 6:10 PM, Brad Wood wrote: > 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:318471 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

