Hi On 19/10/12 09:46, jbright wrote:
I've a JAX-RS service operation designed which need to *Consume XML * and *product XML*.I gave the annotations like this: @Path ("/getEmployee") @Produces ("application/xml") @Consumes ("application/xml") public Employee getEmployee(EmpRequest req) {......} Now, how do I test this? Is there a testing tool to test this?
Have a look at https://cwiki.apache.org/confluence/display/CXF20DOC/JAXRS+Testing Cheers, Sergey
Help please... -- View this message in context: http://cxf.547215.n5.nabble.com/Testing-JAX-RS-which-Consumes-application-xml-and-Produces-application-xml-tp5716985.html Sent from the cxf-user mailing list archive at Nabble.com.
