Important: The following tools are deprecated and no longer supported in WebObjects 5.4 and later: EOModeler, RuleEditor, WebObjects Builder, WOALauncher, and Java Client. WebObjects templates are not available for creating new projects in Xcode on Mac OS X v10.5 and later.
Organization of This Document
See Also
Web services
SOAP
This document has the following chapters:
The following list itemizes resources you can use to increase your Web services knowledge.
The AmazonClient project in /Developer/Examples/JavaWebObjects/AmazonClient
is an implementation of a client for Amazon.com Web services.
Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI (Sams) gives great detail on the elements of Web-service development and deployment.
Architecting Web Services (Apress) provides a high-level view of Web-service development.
Java & XML (O'Reilly) introduces you to XML and processing XML documents using SAX (Simple API for XML).
Web Services Routing Protocol (WS-Routing) (http://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-routing.asp ).
Simple Object Access Protocol (SOAP) 1.1 (http://www.w3.org/TR ).
Axis (http://xml.apache.org/axis ) is the SOAP implementation used in WebObjects.
Web Services Security Core Specification at http://www.oasis-open.org/committees/wss .
Canonical XML Version 1.0 (http://www.w3.org/TR ).
Exclusive XML Canonicalization Version 1.0 (http://www.w3.org/TR ).
Web Services Description Language (1.1) (http://www.w3.org/TR/wsdl ).
In this document, SOAP (Simple Object Access Protocol) refers to SOAP version 1.1 of the specification.
Last updated: 2007-07-11