Skip to main content


Revised: 02/Apr/2020

Table of Contents

What This Release Includes

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

Notable changes:

  • Released by Eclipse Foundation
  • Changed license to Eclipse Distribution License - v 1.0
  • JPMS compatibility
  • Bug fixes

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>1.4.2</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>1.5.2</version>
            </dependency>
        </dependencies>

Back to the top