On 07/03/12 10:06, irfannagoo wrote:

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

It does not in most cases, even '@PathParam("") AuthorizationData' would probably work though this option has less sense for @PathParam...

But you have '@PathParam("bar") AuthorizationData' then there's nothing CXF can do to figure out how to represent AuthorizationData as a template parameter

Sergey

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.


--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to