Skip to main content


Revised: 04/Nov/2020

Table of Contents

What This Release Includes

This release is based on the Jakarta SOAP with Attachments specification 2.0 and follows the Jakarta EE Specification Process.

Notable changes:

  • Released by Eclipse Foundation
  • initial version based on jakarta APIs
  • uses Jakarta SOAP Attachments Specification 2.0.0

Download Jakarta SOAP Release

The Jakarta SOAP with Attachments Specification and API:

        <dependencies>
            <dependency>
                <groupId>jakarta.xml.soap</groupId>
                <artifactId>jakarta.xml.soap-api</artifactId>
                <version>2.0.0</version>
            </dependency>
        </dependencies>

The Eclipse Implementation of Jakarta SOAP with Attachments:

        <dependencies>
            <dependency>
                <groupId>com.sun.xml.messaging.saaj</groupId>
                <artifactId>saaj-impl</artifactId>
                <version>2.0.0</version>
            </dependency>
        </dependencies>

Back to the top