I tried to make the function return a simple string : @GET @Path("/xmlHello") @Produces ( "application/xml" ) public String getHello() { return "Hello"; }
Also i removed the cxf.xml but still I am getting the same exception. Please help me with this issue. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-in-restful-web-service-tp5727019p5727321.html Sent from the Camel - Users mailing list archive at Nabble.com.