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:318572
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to