for example: Java Resource method

@GET
@POST
@Path("/test")
Object get(@QueryParam("values") @FormParam("values")  @DefaultValue("true")
boolean values)


did not get any exception by calling this method from client by post and by
get, but
when posting, FormParam values was not received by above method.

A quick reply is appreciated.

--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-JAX-RS-support-multiple-request-method-designators-to-one-method-tp4749559p4749559.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to