<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 8/18/16 9:33 AM, Tom Zeller wrote:<br>
    </div>
    <blockquote
cite="mid:CAMNmQDSGkTFUF6y=MiVHC0=H-GE=RAA2F-pOjV=8n3c-5fKf0g@mail.gmail.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">Am i missing something here?
</pre>
      </blockquote>
      <pre wrap="">
Take a look at the initSAML2AttributeQuery() method of the testbed's
SAML2Controller :

<a class="moz-txt-link-freetext" href="https://git.shibboleth.net/view/?p=java-idp-testbed.git;f=src/main/java/sp/SAML2Controller.java;hb=HEAD">https://git.shibboleth.net/view/?p=java-idp-testbed.git;f=src/main/java/sp/SAML2Controller.java;hb=HEAD</a></pre>
    </blockquote>
    <br>
    Well, that works, but it's using the old HttpSOAPClient impl, which
    doesn't really support any of the newer message handling stuff.  I
    don't know if it's marked as such yet, but that impl will be
    deprecated soon if it's not already.<br>
    <br>
    For examples of the new client impl, see the
    putmanb/soap-client-examples that I did.  <br>
    <blockquote
cite="mid:CAMNmQDSGkTFUF6y=MiVHC0=H-GE=RAA2F-pOjV=8n3c-5fKf0g@mail.gmail.com"
      type="cite">
    </blockquote>
    <br>
  </body>
</html>