Errata

Java Web Services: Up and Running

Errata for Java Web Services: Up and Running

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 161
methods at the bottom

The servlet code throws javax.xml.ws.http.HTTPException which is part of JAX-WS and not recognized by the servlet engine. The result is that the servlet engine returns a "500 internal server error" page and does not return the intended status code 405 method not allowed. To do this you can use HttpServletResponse.setStatus.

Henno Vermeulen  Oct 26, 2016