| Author |
Response.created() is not returning response body
|
Dario Herrera
Greenhorn
Joined: Feb 24, 2012
Posts: 1
|
|
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.
|
 |
 |
|
|
subject: Response.created() is not returning response body
|
|
|