SAAJ
   HOME

TheInfoList



OR:

Jakarta SOAP with Attachments (SAAJ; formerly SOAP with Attachments API for Java), as part of
Jakarta XML Web Services The Jakarta XML Web Services (JAX-WS; formerly Java API for XML Web Services) is a Jakarta EE API for creating web services, particularly SOAP services. JAX-WS is one of the Java XML programming APIs. Overview The JAX-WS 2.2 specificatioJSR 2 ...
(JAX-WS), provides a standard way to send
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable ...
documents over the
Internet The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a '' network of networks'' that consists of private, pub ...
from the
Jakarta EE Jakarta EE, formerly Java Platform, Enterprise Edition (Java EE) and Java 2 Platform, Enterprise Edition (J2EE), is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web serv ...
platform. SAAJ enables developers to produce and consume messages conforming to the
SOAP Soap is a salt of a fatty acid used in a variety of cleansing and lubricating products. In a domestic setting, soaps are surfactants usually used for washing, bathing, and other types of housekeeping. In industrial settings, soaps are use ...
1.1 and 1.2 specifications and SOAP with Attachments note. It can be used as an alternative to
JAX-RPC Jakarta XML RPC (JAX-RPC; formerly Java API for XML Based RPC) allows a Jakarta EE application to invoke a Java-based web service with a known description while still being consistent with its Web Services Description Language, WSDL description. JA ...
or
JAX-WS The Jakarta XML Web Services (JAX-WS; formerly Java API for XML Web Services) is a Jakarta EE API for creating web services, particularly SOAP services. JAX-WS is one of the Java XML programming APIs. Overview The JAX-WS 2.2 specificatioJSR 2 ...
. SOAP or Simple Object Access Protocol was created by Mohsen Al-Ghosein,
Dave Winer Dave Winer (born May 2, 1955, in Queens, New York City) is an American software developer, entrepreneur, and writer who resides in New York City. Winer is noted for his contributions to outliners, scripting, content management, and web servi ...
, Bob Atkinson, and Don Box in 1998 with help from Microsoft.


References


External links

*
Java Web Services in a Nutshell


(from "The Java EE 5 Tutorial")
SOAP with Attachments API for Java (SAAJ) Specification 1.3 (JSR 67)

The SAAJ Standard Implementation Project
{{Jakarta EE Java specification requests