I want wadl below,but I cant do this when using cxf 2.2.5 or 2.2.9:
<resource path="/getInt">
<method name="POST">
<request>
<representation mediaType="application/x-www-form-urlencoded">
</representation>
</request>
<response>
<representation mediaType="text/plain" />
</response>
</method>
</resource>
when not asign this Produce, the wadl <representation mediaType="*/*" /> to
int type will be a "octet-stream" mediatype response
--
View this message in context:
http://cxf.547215.n5.nabble.com/a-JAX-RS-Produce-problem-tp1223880p1800726.html
Sent from the cxf-user mailing list archive at Nabble.com.