SOAP with Attachments API for Java (SAAJ) provides a standard way to send XML SOAP messages over the internet.
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a new SOAP message and print its envelope namespace.
Add the SAAJ API dependency explicitly to your project, e.g., javax.xml.soap:saaj-api:1.3.5.
No dependency data recorded yet.