Unmarshalling saml metadata extensions

Brent Putman putmanb at georgetown.edu
Thu May 21 12:41:14 EDT 2015



On 5/21/15 8:08 AM, Maduranga Siriwardena wrote:
>
>       <wso2:RequestedRecipients xmlns:wso2="org.wso2">
>         <wso2:recipient>Recipient</wso2:recipient>
>       </wso2:RequestedRecipients>
>
>
> If I get the Map of Unmarshallers, I can find an unmarsheller with
> the key of {org.wso2}RequestedRecipientsType.


Right, and unmarshalling is going to fail b/c the element does not
carry an xsi:type of {org.wso2}RequestedRecipientsType.

For the above XML usage case, what you want to do is register the
providers under the elements' names, e.g. {org.wso2}RequestedRecipients.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150521/a0a3b8e6/attachment.html>


More information about the dev mailing list