Skip to Content.
Sympa Menu

mace-opensaml-users - RE: From XMLByte to SAMLRequest

Subject: OpenSAML user discussion

List archive

RE: From XMLByte to SAMLRequest


Chronological Thread 
  • From: Scott Cantor <>
  • To: 'Manuel Sánchez Cuenca' <>,
  • Subject: RE: From XMLByte to SAMLRequest
  • Date: Wed, 16 Jun 2004 08:29:24 -0400
  • Organization: The Ohio State University

> I have got a XMLByte * representation of an SAMLRequest using
> req->toBase64, but now I have to get the original SAMLRequest
> from the XMLByte *. Can anybody tell me how I can do it?

The methods I provide are centered around stream extraction, but I'll have
to look at what I did to suggest how you would do this with a byte sequence.
One way would be to parse the XML manually with Xerces, but there should be
a simpler way.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page