<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 6/10/15 6:04 AM, Surinaidu Majji
wrote:<br>
</div>
<blockquote
cite="mid:CAGNcRLSz8x1jc22v=r_=WYW+n6R7EsbRRbyNHDBVU4jRGqev3A@mail.gmail.com"
type="cite">
<div dir="ltr">
<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 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
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
InitializationService initialize().<br>
<br>
<br>
[1]
<a class="moz-txt-link-freetext" href="https://wiki.shibboleth.net/confluence/display/OS30/Initialization+and+Configuration">https://wiki.shibboleth.net/confluence/display/OS30/Initialization+and+Configuration</a><br>
</body>
</html>