Hi -

I got a complex type as follows:

@XmlType(name = "PaginatedResult", namespace = ReactorWSConstants.RBX_MODEL_NS)
public class PaginatedResult<T> {
        List<T> result = new ArrayList<T>();
        long totalResults;
        long currentPage;
        long pageSize;
        long lastPage;
}

and a web method like this:

PaginatedResult<SomeObject> getMyPaginatedResult(...)

This complex type is not been generated in the WSDL and map to my interface client as an Object, can I fix this annotating more my class, or do I have to change my DataBinding to Aegis, does java2wsdl supports Aegis yet??




Julio Arias
Java Developer
Roundbox Global : enterprise : technology : genius
---------------------------------------------------------------------
Avenida 11 y Calle 7-9, Barrio Amón, San Jose, Costa Rica
tel: 404.567.5000 ext. 2001 | cell: 011) 506.849.5981
email: [EMAIL PROTECTED] | www.rbxglobal.com
---------------------------------------------------------------------

Reply via email to