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.

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 27
second code example

The second line of this example starts with:

<iArray xsi:type=SOAP-ENC:Array

it should instead read:

<iArray xsi:type="SOAP-ENC:Array"

Anonymous   
Printed Page 35
Base64 Values of the example

The mappings between decimal values and the BASE64 value are incorrect in the example
given.

For instance, if Decimal(15) = Base64("O"), how can Decimal(17) = BASE64("P")?

Anonymous   
Printed Page 46
Example SOAP message

The method tags
<m:GetCurrentTemperature xmlns:m="WeatherStation">
and
</m:GetCurrentTemperature>

should be changed to

<m:getCurrentTemperature xmlns:m="WeatherStation">
and
</m:getCurrentTemperature>

to match the method name getCurrentTemperature.

Anonymous   
Printed Page 169
2nd paragraph

Int the the first line:
sending listings to the service.
this sentence may be redundant?

Anonymous