|
From: Christian S. <chr...@gm...> - 2008-06-05 15:38:59
|
The HttpClientInvoker throws a RuntimeException when a status other then SC_OK is returned by the executed method. What if the method returns Response.created(uri).build()? Why should the HttpClientInvoker throw an exception in case of SC_CREATED (201)? In general how do I check if the request went well? Is there a way to retrieve the http status code on the client? Thanks, Christian |