SOAP with Attachments API for Java
From HandWiki
The SOAP with Attachments API for Java or SAAJ provides a standard way to send XML documents over the Internet from the Java platform. SAAJ enables developers to produce and consume messages conforming to the SOAP 1.1 and 1.2 specifications and SOAP with Attachments note. It can be used as an alternative to JAX-RPC or JAX-WS.
SOAP or Simple Object Access Protocol was created by Mohsen Al-Ghosein, Dave Winer, Bob Atkinson, and Don Box in 1998 with help from Microsoft.[1]
References
External links
- Java Web Services in a Nutshell
- Oracle's "Overview of SAAJ" (from "The Java EE 5 Tutorial")
- SOAP with Attachments API for Java (SAAJ) Specification 1.3 (JSR 67)
- The SAAJ Standard Implementation Project