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: "Cantor, Scott E." <>
  • To: "" <>
  • Subject: Re: [OpenSAML] Two SAML objects sharing an element name?
  • Date: Wed, 23 Mar 2011 20:37:22 +0000
  • Accept-language: en-US

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