Hello,

we are using the Apache CXF 2.5 release to implements a restful webservice, which works fine. But we're missing in the wadl the paramters for the request and the return type of response by a post and put requests.
Is this feature only working for @QueryParam, @PathParam and @FormParam?

Here an example from the wadl.
<resource path="/addToSelection">
<method name="PUT">
<request>
<representation mediaType="text/xml"/>
</request>
<response>
<representation mediaType="text/xml"/>
</response>
</resource>

Thanks for the help and Best Regards,
Markus

Reply via email to