Skip to Content.
Sympa Menu

mace-opensaml-users - RE: SAMLSOAPBinding modifications

Subject: OpenSAML user discussion

List archive

RE: SAMLSOAPBinding modifications


Chronological Thread 
  • From: Scott Cantor <>
  • To: ,
  • Subject: RE: SAMLSOAPBinding modifications
  • Date: Thu, 06 Mar 2003 12:15:13 -0500
  • Importance: Normal
  • Organization: The Ohio State University

> 1) Insert 'doc.appendChild(e)' at the beginning of the
> org.opensaml.SAMLSOAPBinding.send() method (Envelope
> element). Otherwise, I get an NullPointerException in
> org.apache.xml.security.utils.XMLUtils.circumventBug2650().

Ok, I see what he's doing now and why, looks like I have to root the document
element to get his c14n code to run. Will fix, thanks.

There may be other cases where this pops up, because I didn't expect to need
a document element to c14nize, and I use that to stream
the objects. (Actually I shouldn't need one, but it turns out I do.)

I don't know that it cares *what* the document element actually is, or even
if it's in the same DOM tree with the SAML that's
actually being serialized, actually.

-- Scott

---------------------------------------------------mace-opensaml-users-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at

http://archives.internet2.edu/

---------------------------------------------------mace-opensaml-users--




Archive powered by MHonArc 2.6.16.

Top of Page