You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Mark Babcock <ma...@cormineid.com> on 2007/07/19 22:15:09 UTC

Newbie Question

I have worked through the examples on the wiki and looked at the
tutorials. 

 

I'm looking for help on howto create a complex type.   

 

I have a method that I want to return a java bean and more specifically
an array of java beans.  Can someone please help me with this.

 

 

Interface

 

UserBean[] getBean();