405 error code while calling from Jersey REST client
问题 I am requesting for put operation and after request performed I am redirecting to GET service URL.Here, I am facing the issue of 405 HTTP error code. However, same code works for me in the case of POST operation. Below code is EndPoint: @PUT @Produces({ MediaType.APPLICATION_JSON }) public Response put(InputStream objInputStream) { // System.out.println("AckService.put()"); String strOutput = ""; Status objStatus = Status.OK; URI objRedirectionURI = null; try { this.submitRequest