Registry / messaging / saaj-api

saaj-api

JSON →
library1.3.5javamavenunverified

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>
INSTALL
IMPORT
SIG · SAAJ-API
S
saaj-api
messagingjavav1.3.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SOAPMessage
javax.xml.soap.SOAPMessage

Create a new SOAP message and print its envelope namespace.

import javax.xml.soap.*; SOAPMessage message = MessageFactory.newInstance().createMessage(); SOAPPart soapPart = message.getSOAPPart(); SOAPEnvelope envelope = soapPart.getEnvelope(); System.out.println(envelope.getNamespaceURI());
Debug
Known issues
breakingSAAJ API is part of Java EE, which may not be included in all JDK distributions (e.g., JDK 11+ removed Java EE modules).
fix
Add the SAAJ API dependency explicitly to your project, e.g., javax.xml.soap:saaj-api:1.3.5.
affects: >=1.3.0
Upgrade
Version history
1.3.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Bingbot
1
OpenAI (training)
1
Resources
saaj-api — mvn dependency:get saaj-api · libregistry