Problem while marshalling SAML-Attribute

Cantor, Scott cantor.2 at osu.edu
Fri Jan 25 10:34:40 EST 2013


On 1/25/13 8:56 AM, "Selhorst, Marcel" <Marcel.Selhorst at BDR.de> wrote:

>Dear List,
>
>I am currently facing a problem when trying to marshall an AuthnRequest.
>I have an extension with an xsAny-Object. In it, I'd like to add a couple
>of Attributes (saml2:Attribute) with AttributeValues
>(saml2:AttributeValue).
>If I use xsString as an AttributeValue-Object, everything works fine.
>However, if I use any other type (such as xsBoolean, xsDateTime, ...), I
>get the following Marshalling exception:

You're telling it that the xsi:type is string, not boolean. I would guess
that causes the error.

-- Scott




More information about the dev mailing list