Errata

Java Web Services in a Nutshell

Errata for Java Web Services in a Nutshell

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. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

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

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 7
1st paragraph under "The SOAP Protocol"

http://www.w3c/org/TR/SOAP
should be
http://www.w3c.org/TR/SOAP

Anonymous   
Printed
Page 9
third sub-heading

Interoperaibility
should be:
Interoperability

Anonymous   
Printed
Page 28
class definition

no space between words interface and BookQuery in line:
public interfaceBookQuery extends Remote {
should be:
public interface BookQuery extends Remote {

Anonymous