Regarding SOAP usage in OpenSAMLv3
punit ashra
punitashra at gmail.com
Tue Jul 12 06:44:55 EDT 2016
Hi Dev Team,
I am using SOAP to transmit the given ArtifactResolve request to the given
endpoint. Following is the snippet of OpenSAMLv2
BasicSOAPMessageContext soapContext = new BasicSOAPMessageContext();
soapContext.setOutboundMessage(envelope);
HttpSOAPClient soapClient = new HttpSOAPClient(...);
soapClient.send(endpointURI, soapContext);
Can anyone help to figure out the usage in OpenSAMLv3?
Looks like there is substantial changes in sending SOAP messages.
Thanks,
Punit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20160712/57963a49/attachment-0001.html>
More information about the dev
mailing list