Registry / networking / opensaml-soap-api

opensaml-soap-api

JSON →
library4.0.1javamavenunverified

SOAP Provider API for OpenSAML, enabling SAML-based SOAP messaging.

<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-soap-api</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · OPENSAML-SOAP-API
O
opensaml-soap-api
networkingjavav4.0.1
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.

Envelope
org.opensaml.soap.soap11.Envelope

Create a SOAP envelope using OpenSAML

import org.opensaml.soap.soap11.Envelope; import org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport; public class Example { public static void main(String[] args) { Envelope envelope = (Envelope) XMLObjectProviderRegistrySupport.getBuilderFactory() .getBuilder(Envelope.DEFAULT_ELEMENT_NAME).buildObject(Envelope.DEFAULT_ELEMENT_NAME); System.out.println(envelope.getClass()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
opensaml-soap-api — mvn dependency:get opensaml-soap-api · libregistry