June 2004
Intermediate to advanced
1568 pages
30h 33m
English
The first part of this tutorial uses code fragments to walk you through the fundamentals of using the SAAJ API. In this section, you will use some of those code fragments to create applications. First, you will see the program Request.java. Then you will see how to run the programs MyUddiPing.java, HeaderExample.java, DOMExample.java, DOMSrcExample.java, Attachments.java, and SOAPFaultTest.java.
You do not have to start the Sun Java System Application Server Platform Edition 8 in order to run these examples.
The class Request.java puts together the code fragments used in the section Tutorial (page 345) and adds what is needed to make it a complete example of a client sending a request-response message. In addition to ...