<div dir="ltr"><div>Hi Brent,</div>Ok let me check this OpenSAML initializations. Mean while, can you please also quote us OpenSAML Packages in 3.1.1 for ,<div><br><div>A) base64 encoding/decoding packages in OpenSAML 3.1.1 (as highlighted below in red)</div><div>B) XML helpers to convert DOM to Strings (as highlighted below in red)</div><div><br></div><div><div><span class="" style="white-space:pre"> </span>authDOM = marshaller.marshall(authnRequest); // converting to a DOM</div><div><span class="" style="white-space:pre"> </span>StringWriter requestWriter = new StringWriter();</div><div><span class="" style="white-space:pre"> </span><font color="#ff0000">XMLHelper.writeNode(authDOM, requestWriter); </font><br></div><div><span class="" style="white-space:pre"> </span>requestMessage = requestWriter.toString(); // DOM to string<br></div><div><span class="" style="white-space:pre"> </span>encodedRequestMessage =<font color="#ff0000">Base64.encodeBytes(requestMessage.getBytes(),Base64.DONT_BREAK_LINES);</font><br></div></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 11:46 PM, Brent Putman <span dir="ltr"><<a href="mailto:putmanb@georgetown.edu" target="_blank">putmanb@georgetown.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
<br>
<br>
<div>On 6/10/15 6:04 AM, Surinaidu Majji
wrote:<br>
</div>
</span><blockquote type="cite">
<div dir="ltr"><span class="">
<p class="MsoNormal" style="margin-bottom:12pt"><span style="font-size:12pt;font-family:'Times New Roman',serif"><br>
</span></p>
<p class="MsoNormal" style="margin-bottom:12pt"><span style="font-size:12pt;font-family:'Times New Roman',serif">In
"OpenSaml2.6" we do use <b>xmlToolingConfigs </b>initializations
before
we even create SAML Request via <b>DefaultBootstrap.bootstrap()
API call, </b>which triggers below calls<b> </b><br>
</span></p>
</span><span style="color:red">how to initiate the same in OpenSAML
3.1.1</span>?</div>
<br>
</blockquote>
<br>
<br>
We actually do have some wiki docs[1] on that, but the short answer
is: replace your call to DefaultBootstrap.bootstrap() with
InitializationService initialize().<br>
<br>
<br>
[1]
<a href="https://wiki.shibboleth.net/confluence/display/OS30/Initialization+and+Configuration" target="_blank">https://wiki.shibboleth.net/confluence/display/OS30/Initialization+and+Configuration</a><br>
</div>
<br>--<br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net">dev-unsubscribe@shibboleth.net</a><br></blockquote></div><br></div>