Skip to Content.
Sympa Menu

mace-opensaml-users - Re: RE: [OpenSAML] return SAMLASsertion on webservice method

Subject: OpenSAML user discussion

List archive

Re: RE: [OpenSAML] return SAMLASsertion on webservice method


Chronological Thread 
  • From:
  • To:
  • Subject: Re: RE: [OpenSAML] return SAMLASsertion on webservice method
  • Date: Fri, 27 Jun 2008 10:42:53 -0400 (EDT)

Is this you are also talking about?
// send the SAMLRequest to SiteA
String endpoint="http://localhost:9080/TestSAMLApp";; //url in
wsdl file
SAMLBinding b = SAMLBindingFactory.getInstance(SAMLSOAPBinding.SOAP);
SAMLResponse r2 = b.send(endpoint,r);

Is it not possible to create webservices when using openSAML? i thought of
creating a IDP webservice which will send saml assertions to SP when ever the
service is called.



Archive powered by MHonArc 2.6.16.

Top of Page