Skip to Content.
Sympa Menu

mace-opensaml-users - Problem while trying to marshal org.opensaml.saml1.core.Request

Subject: OpenSAML user discussion

List archive

Problem while trying to marshal org.opensaml.saml1.core.Request


Chronological Thread 
  • From: "Filip Van Laenen" <>
  • To: <>
  • Subject: Problem while trying to marshal org.opensaml.saml1.core.Request
  • Date: Wed, 18 Oct 2006 15:40:07 +0200

Hi,

 

I wonder whether the same problem as reported in the following message in June may be the cause of the problem I have when I try to marshal a Request:

 

https://mail.internet2.edu/wws/arc/mace-opensaml-users/2006-06/msg00002.html

 

 

I can make it marshal though if I use the following code to build the Request:

 

Request request = builder.buildObject(Request.DEFAULT_ELEMENT_NAME);

 

In stead of

 

Request request = builder.buildObject();

 

Filip

 

 




Archive powered by MHonArc 2.6.16.

Top of Page