Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] Two SAML objects sharing an element name?

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] Two SAML objects sharing an element name?


Chronological Thread 
  • From: jared camarata <>
  • To:
  • Cc: "Cantor, Scott E." <>
  • Subject: Re: [OpenSAML] Two SAML objects sharing an element name?
  • Date: Wed, 23 Mar 2011 15:45:37 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=bnpPxGnEEgCyuUsqMTlFdygvUkPPMXvWOLVrSoCNox7vizU+QHXMZuS0qmnMqbgHx5 cHGYHX8vhX+M1dchsnbixgCQU09Otmo9+zKf4YfTOjwCwzDg/r+hf6VUQXTsBHoRQatK fgH7451BA/cGmr1q5oivgqKDFb/gjiLs0hQoU=

Perfect, Thank you for the direction Scott and Chad.

Jared

On Wed, Mar 23, 2011 at 3:37 PM, Cantor, Scott E. <> wrote:
You need to start with a schema.

OpenSAML is not meant as a generic XML processing tool, but if you're
going to use it for that, you have to start with a schema, and then map
that schema to the classes you have to build. If you want to use comment
element names, that means you're using polymorophic types via xsi:type,
and you need to understand that mechanism before you even consider writing
code.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page