Hi, how does the method signature look like, ex, of the method dealing with POST ?

Sergey

On 07/03/12 09:37, irfannagoo wrote:

Thanks for the response Sergey!

Actually, request tag in generated wadl is empty for all operations like
PUT, POST etc. even though I'm passing JAXB generated
"authorisation_request" object to these operation. I expect to see fully
populated representation tag within the request tag of wadl. Something like
this:

<method name="POST/GET">
<request>
<representation mediaType="application/xml"
element="prefix1:authorisation_request"></representation>
<request/>
<response>
<representation mediaType="application/xml"
element="prefix2:authorisation_response"></representation>
</response>
</method>


I'm not sure what is preventing CXF to generate the request tag even though
response tag is all correct.


Thanks, Irfan


--
View this message in context: 
http://cxf.547215.n5.nabble.com/Empty-request-tag-in-the-wadl-tp5541117p5543606.html
Sent from the cxf-issues mailing list archive at Nabble.com.

Reply via email to