<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 8/8/19 12:41 AM, DD K wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAD3X5rYNUh4X7pzLPDbmSEre54j-+T_Bf81tcDUsG-mGx6ZnWA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div>Hi Brent,<br>
            <br>
          </div>
          I've been able to debug the process and found out that I have
          got null from unmarshallerFactory.getUnmarshaller(element)
          because there has been no unmarshaller registered to
          unmarshall the element. Can you suggest a way to manually
          register an unmarshaller for the element (any resource that i
          can refer). So my request is as follows:</div>
      </div>
      <br>
    </blockquote>
    <p><br>
    </p>
    <p>Manually registering an unmarshaller programmatically is
      possible, but I would not recommend that for the standard types. 
      First of all, there's dozens that you would need to handle all the
      possible inbound SAML elements, not just one. Second, you
      presumably need to respond to the inbound message, so you'd also
      need to register all the builders and marshallers too.<br>
    </p>
    <p>So that's just a non-starter idea.  Need to understand and fix
      the issue with library init. <br>
    </p>
  </body>
</html>