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?
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.