Hi Mariano, You need to use a <collection-field> element to do this. You can see an example in The InfoQ article on Jibx2Wsdl at http://www.infoq.com/articles/sosnoski-code-first (look for Listing 2). The structure of the customization file is also (mostly) documented, at http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/jibx2wsdl/customize
I'll be doing a release of this code with better documentation later this month. - Dennis Dennis M. Sosnoski SOA and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Mariano Kohan wrote: > hello, > > I'm using jibx2wsdl to generate the binding, schema and wsdl for a > service class. The service class have a method that return a List. > how can I define with jibx2wsdl (using the customization file) the > type of the returned List? I must use java 4, so I can't use generics > List like in the examples. > > thanks, > Mariano Kohan > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
