Am trying to return a 201 http code with a Response.created() method, but the response body is always empty. ...
URI uri = new URI(uriInfo.getPath() + "/" + appID); return Response.created(uri).entity(anyEntity).build(); any help?, thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/Response-created-is-not-returning-response-body-tp5512133p5512133.html Sent from the cxf-user mailing list archive at Nabble.com.
