Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Problems in using SOAP protocol in openSAML 1.1

Subject: OpenSAML user discussion

List archive

RE: Problems in using SOAP protocol in openSAML 1.1


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Sisto Luisella'" <>, "'OpenSAML'" <>
  • Cc: "'Chiaro Luisella'" <>, "'Bonifati Maria'" <>
  • Subject: RE: Problems in using SOAP protocol in openSAML 1.1
  • Date: Wed, 30 Nov 2005 10:08:32 -0500
  • Organization: The Ohio State University

> I thought to use the HttpServlet Response of the jsp page,
> but this solution is not correct, because from the IdP side
> the following message lets me know that the OutputStream is
> already being used:
>
> Ctx( /prova): IllegalStateException in :R( /prova +/home.jsp
> + null ) OutputStream is already being used for this request

You have to use respond() from a servlet and there can't be any response
information already in the stream back to the requester. Here, there's
already data being sent back.

I don't know where JSP fits into this, but I don't know Java that well. I
don't see any place for JSP in the basic processing of a SOAP servlet.

You can look at Shibboleth for examples.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page