Registry / messaging / javax-xml-soap-api

javax-xml-soap-api

JSON →
library1.4.0javamavenunverified

Provides the SAAJ API for creating and building SOAP messages in Java.

<dependency> <groupId>javax.xml.soap</groupId> <artifactId>javax.xml.soap-api</artifactId> <version>1.4.0</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-XML-SOAP-API
J
javax-xml-soap-api
messagingjavav1.4.0
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

Creates a new SOAP message using the SAAJ API.

import javax.xml.soap.SOAPMessage; import javax.xml.soap.MessageFactory; public class Example { public static void main(String[] args) throws Exception { MessageFactory factory = MessageFactory.newInstance(); SOAPMessage message = factory.createMessage(); System.out.println("SOAP message created: " + message); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
javax-xml-soap-api — mvn dependency:get javax-xml-soap-api · libregistry