| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- An Introduction to SAAJ by Robert Eckstein - [Clicks: 249]
The SOAP with Attachments API for Java (SAAJ) is an API you can use to write direct SOAP messaging applications, that is, instead of using the JAX-RPC APIs. By making method calls using SAAJ, you can read and write SOAP-based XML messages, and you can optionally send and receive these type of messages over the Internet. This Tech Tip is largely based on information from Chapter 9: SOAP with Attachments API for Java in the J2EE 1.4 Tutorial. It presents a high-level view of how SAAJ messaging works within the SOAP framework. The tip assumes that you are already familiar with the internal structure of a SOAP message. If not, it may help to review the SOAP specifications.
[Includes sample code]
http://java.sun.com/developer/EJTechTips/2005/tt0425.html#1 - Apr, 2005