Skip to Content.
Sympa Menu

mace-opensaml-users - RE: SAXParseException in SOAP test

Subject: OpenSAML user discussion

List archive

RE: SAXParseException in SOAP test


Chronological Thread 
  • From: Scott Cantor <>
  • To: 'Jorge Lorenzo' <>,
  • Subject: RE: SAXParseException in SOAP test
  • Date: Wed, 06 Aug 2003 10:11:32 -0400
  • Importance: Normal
  • Organization: The Ohio State University

> I've tested the SOAPBindingTest of the opensaml package and I
> get the following exception:

That test isn't really intended to work, exactly, and even if it did, you're
talking to a server that's sending back data that uses a schema that
OpenSAML doesn't include, from Shibboleth. Sorry for the confusion, I'll try
and clean up the tests to make sure they run.

There is no non-Shibboleth SAML server to talk to that I can provide for
testing against, unfortunately.

> Any suggestion to solve the problem?.

There is none, short of adding the Shib schema to the parser to resolve the
unknown type.

> Apart from that, I'm interested in developing a SAML server.
> I've also checked the Shibboleth project, where it is the
> servlet for this purpose, but the code is not very good
> documented. Is there any documentation, guide, ... to use the
> opensaml API?.

Just the Javadocs, unfortunately. There isn't much to it, just write a
servlet that calls SOAPBinding::receive() to parse the input and calls
respond() to send back output. That's a pretty small part of the AA code in
Shib, and should be quite easy to copy, really.

-- 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