Skip to Content.
Sympa Menu

mace-opensaml-users - RE: [OpenSAML] Need XMLObject in assertion, I believe

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] Need XMLObject in assertion, I believe


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: [OpenSAML] Need XMLObject in assertion, I believe
  • Date: Wed, 21 Apr 2010 16:43:45 -0400
  • Organization: The Ohio State University

> You're right. All I'm looking to do is a quick and dirty way of plugging
> that in. This is what I have currently, but it's producing some strange
> output:

You can't put XML inside the value of a node. If you want XML you have to
build it as XML, one XMLObject per element. The outer XMLObject at the root
is what gets added as a child of AttributeValue.

I believe XSAny is the catch all object that would have to be used for the
structured nodes.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page