Errata

Java and SOAP

Errata for Java and SOAP

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 viii
IN PRINT: Table of Contents, between "Literal Endocing" in chapter 8 and

chapter 9;

SHOULD ADD:
Listing for "SOAP with Attachments" on page 167

Anonymous   
Printed
Page 32
IN PRINT: Second sample in top half of page, lines 2-4

" <model>Corvette</model>
<make>Chevrolet</make>
<year>1999</year>"

SHOULD BE:
" <model>Corvette</model>
<make>Chevrolet</make>
<year>1999</year>"

Anonymous   
Printed
Page 82
2nd paragraph, line 8

The first method is getPriceOut(); it returns...
should be:
The first method is getOutPrice(); it returns...

Anonymous   
Printed
Page 111
IN PRINT: first line of page

javaType="9780596001759.book.ch5.StockTraderServer"

SHOULD BE:
javaType="9780596001759.book.ch5.StockTrade_ServerSide"

Anonymous