Something like this:

@POST
@Path("/post")
@Consumes(MediaType.APPLICATION_XML)
@Produces(MediaType.APPLICATION_XML)
@ElementClass(request = AuthorisationRequest.class, response =
AuthorisationResponse.class)
public Response testPOST(@Context HttpHeaders headers,  AuthorisationRequest
request) 
{

}


Thanks, Irfan


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

Reply via email to