Skip to Content.
Sympa Menu

mace-opensaml-users - puzzled

Subject: OpenSAML user discussion

List archive

puzzled


Chronological Thread 
  • From:
  • To:
  • Subject: puzzled
  • Date: Thu, 19 Aug 2004 06:05:00 -0400 (EDT)

Hi,

Im using openSAML Java Api to generate a SAML response. And then, sign

it,output it to file A(*.xml). In the file A, both root and child elements
have

these namespaces. Liks this,

xmlns="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>


the output file is right?

Then, I encode the file by apache base64 api , decode it and output it to

another file B(*.xml) . In the file B, only root element hava these
namespaces.


I am puzzled. File A and File B are not the same. it generate verify error.

thanks a lot

--pwu


  • puzzled, pwu, 08/19/2004

Archive powered by MHonArc 2.6.16.

Top of Page