mace-opensaml-users - RE: Problem handling the request
Subject: OpenSAML user discussion
List archive
- From: "Pranay Parsatwar" <>
- To: "Mike Ferraro" <>, <>
- Cc: "Mohan Borwankar" <>, "Vaishali Sankhe" <>
- Subject: RE: Problem handling the request
- Date: Tue, 27 Jul 2004 20:07:45 +0530
Title: Welcome to the list
Any reason why the reader when read returns nothing? Thanks & Regards From: Mike Ferraro
[mailto:]
If you are using the OpenSAML libraries, then you should be able to use the SAMLSOAPBinding class to process the request. It would look something like this...
SAMLSOAPBinding binding = new SAMLSOAPBinding(); try { SAMLRequest samlReq = binding.receive(request); // request is your HttpServletRequest object } catch (SAMLException e) { // I believe that exceptions are most likely validation errors in the // SOAP space or errors with the SAMLRequest object structure }
// process SAMLRequest // blah, blah, blah...
- Mike Ferraro
|
- Problem handling the request, Pranay Parsatwar, 07/27/2004
- Re: Problem handling the request, Mike Ferraro, 07/27/2004
- <Possible follow-up(s)>
- RE: Problem handling the request, Pranay Parsatwar, 07/27/2004
- Re: Problem handling the request, Mike Ferraro, 07/27/2004
- RE: Problem handling the request, Scott Cantor, 07/27/2004
Archive powered by MHonArc 2.6.16.