I am a novice in Coldfusion and learning. I have a quick question.  

I am trying to create a webservice, using the Coldfusion component, and 
it has a method that calls the Java Program method, using createobject 
java. The java program method returns array of custom class to the CFC 
like follwoing.
public Category[] getCategories(){ } //java code

My problem is how to send the same array of the custom class, ie 
'Category[]' back from the cfc cffunction as the return type to the web 
service invoking client?  The webservice CFC has no other processing 
inside beside just calling the java program methods.

I spent several days trying to figure out, but I have not found so far 
any hints or sample code similar to my problem.

If you just give me a hint, or a sample code, or what to read,  I would 
really appreciate it.  

Thank you very much in advance

Thank you very much.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2105
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to