But I already added @produce and @consume on the method:

    @POST
    @Path("/addRequest")
    @Produces({MediaType.APPLICATION_XML})
    @Consumes({MediaType.APPLICATION_XML})
    public String addRequest(RequestWrapper rw) {
        System.out.println(rw);
        return rw.toString();
    }


What's other potential cause?


--
View this message in context: 
http://cxf.547215.n5.nabble.com/java-util-List-in-rquest-missed-in-WADL-tp4365634p4370948.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to