Skip to Content.
Sympa Menu

mace-opensaml-users - namespace

Subject: OpenSAML user discussion

List archive

namespace


Chronological Thread 
  • From: "Wang, Shengke" <>
  • To: <>
  • Subject: namespace
  • Date: Wed, 10 Dec 2008 08:37:00 -0600

When I built my SAML response step by step I ended up with the namespace
in every level such as:
*************************************************************
<?xml version="1.0" encoding="UTF-8"?>
<samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
Version="2.0">
<saml:Assertion
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Version="2.0">
<saml:AttributeStatement
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">
...
**************************************************************
I have tried to get rid of them using different methods like the
removeNamespace(), and getNamespace().removeAll()... Nothing worked.
Could someone help me? Thanks.

Shengke



Archive powered by MHonArc 2.6.16.

Top of Page