Hi All,

A few questions:

1. On methods annotated as POST/PUT/DELETE, should the parameters be using @QueryParam or @FormParam. I see no compilation error in using both, but I see no change in the generated WADL. Actuallt, using @FormParam still yields the WADL generated as style="query"

2. I noticed that with the generated WADL, complex objects are represented as follows:
<param name="null" style="request_body"/>

Is it possible through annotation, to supply a name? Using @MatrixParam also changes the style, not sure if this is the same as before.

Gabo

Reply via email to