Thanks for your help Sergey, I got the representation tag populated with correct parameters within request tag. Actually, I was passing request with "@PathParam" annotation and CXF seems to ignore the request attributes while generating wadl. However, when I passed the request as normal method parameter (removing the '@PathParam' annotation), I was able to get request with correct representation tag.
Thanks, Irfan -- View this message in context: http://cxf.547215.n5.nabble.com/Empty-request-tag-in-the-wadl-tp5541117p5543658.html Sent from the cxf-issues mailing list archive at Nabble.com.
