|
[The series of excerpts below are from Chapter 3 of the Wrox Press Ltd. title Professional Java Web Services.]
In the previous chapter we discussed the internals of the SOAP 1.1 specification. In this chapter we will discuss Apache SOAP 2.2, an open source Java implementation of the SOAP 1.1 and SOAP with Attachments specifications. We will cover in this chapter:
In order to illustrate the concepts discussed in this chapter we will use an example application called the "Job Resumé Repository System", which allows users to submit and retrieve their resumé.
# # #
* Copyright and Authorship Notice
This chapter extract is taken from "Professional Java Web Services" by Alex Toussaint, Ben Galbraith, Andre Tost, Romin Irani, S. Jeelani Basha, Mack Hendricks, Tarak Modi, James Milbery, and Scott Cable published by Wrox Press Limited in January 2002; ISBN 1861003757; copyright © Wrox Press Limited 2002; all rights reserved.
No part of this chapter may be reproduced, stored in a retrieval system or transmitted in any form or by any means--electronic, electrostatic, mechanical, photocopying, recording or otherwise--without the prior written permission of the publisher, except in the case of brief quotations embodied in critical articles or reviews.
Created: May 15, 2002
Revised: June 17, 2002
URL: http://webreference.com/programming/java/webservices/chap3/