Jakarta SOAP with Attachments

Summary

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 edit

  1. ^ "Simple Object Access Protocol (SOAP) Tutorial". SearchMicroservices. Retrieved 15 September 2018.

External links edit

  • Official website  
  • 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