Re: Creating input values on WADL

2013-06-08 Thread Gonzalo Aguilar Delgado
Hello again, I realized that I mixed a lot of concepts here... I just fixed my mistakes. But I want to explain just in case someone has same doubts. [ WADL ] In the wadl it does not has to have a detailed description of the object. That was my mistake. And more, when the parameter goes into

Re: Creating input values on WADL

2013-06-07 Thread Sergey Beryozkin
Please see comments below On 07/06/13 17:21, Gonzalo Aguilar Delgado wrote: Hello, El 07/06/13 11:51, Sergey Beryozkin escribió: Hi On 07/06/13 10:13, Gonzalo Aguilar Delgado wrote: Hello, I'm using CXF to create some services. I've found that complex input parameters are not generated on desc

Re: Creating input values on WADL

2013-06-07 Thread Gonzalo Aguilar Delgado
Hello, El 07/06/13 11:51, Sergey Beryozkin escribió: Hi On 07/06/13 10:13, Gonzalo Aguilar Delgado wrote: Hello, I'm using CXF to create some services. I've found that complex input parameters are not generated on description. So they cannot be handled right by clients. @GET @Path("/

Re: Creating input values on WADL

2013-06-07 Thread Sergey Beryozkin
Hi On 07/06/13 10:13, Gonzalo Aguilar Delgado wrote: Hello, I'm using CXF to create some services. I've found that complex input parameters are not generated on description. So they cannot be handled right by clients. @GET @Path("/list/detail/{query}/get") @WebMethod(operationNam

Creating input values on WADL

2013-06-07 Thread Gonzalo Aguilar Delgado
Hello, I'm using CXF to create some services. I've found that complex input parameters are not generated on description. So they cannot be handled right by clients. @GET @Path("/list/detail/{query}/get") @WebMethod(operationName = "queryDetails") @WebResult(name = "response")