Jakarta SOAP with Attachments
From HandWiki
Revision as of 23:34, 20 July 2022 by imported>WikiGary (url)
Short description: Application programming interface
Jakarta SOAP with Attachments (SAAJ; formerly SOAP with Attachments API for Java), as part of Jakarta XML Web Services (JAX-WS), provides a standard way to send XML documents over the Internet from the Jakarta EE 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
Original source: https://en.wikipedia.org/wiki/Jakarta SOAP with Attachments.
Read more |