Ezra! Bless you for responding with even a stab in the dark. If this is it, I'll scream because I thought I tried that already, but I'm gonna give it a go right now. Stay tuned... :o)
Chris On Mon, Jan 26, 2009 at 4:27 PM, Ezra Parker <[email protected]> wrote: > This is a bit of a stab in the dark, as I believe that I am seeing an > empty response due to the fact that I am not authenticated, but give > this a try (continuing from the last line of your script block): > > response = ws.getYears(args); > > result = response.getYearsResult().get_any(); > > At this point, result will be an array containing two Java objects of > the class org.apache.axis.message.MessageElement. Try dumping one or > both, and investigating the methods they expose: > > <cfdump var="#result[1]#"> > <cfdump var="#result[2]#"> > > In my case, I note that result[1].getName() returns "schema" (which > sounds promising), result[1].getAttribute(javacast("string", "id")) > returns "NewDataSet" (sounds even more promising), and that > result[1].getValue() returns NULL (therefore I think this is an empty > result set). > > I hope that is helpful... > > -- > Ezra Parker > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:318573 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

