ECP soap message in logs?
Cantor, Scott
cantor.2 at osu.edu
Wed Apr 29 14:40:15 EDT 2015
On 4/29/15, 6:36 PM, "Misagh Moayyed" <mmoayyed at unicon.net> wrote:
>Is there a way to view the content of the ECP soap message in the IDP
>logs? I am troubleshooting an issue with ECP where the logs seem to
>indicate that the SOAP message received is invalid. This is a
>SAXException with a “premature end of file” error.
Long thread on the dev list and bug discussion in Jira literally 2 days
ago. Your ECP client isn't setting content-type, and you can no longer get
away without that because of the use of Spring Web Flow in v3. Set content
type appropriately and it should work.
>I have adjusted the relevant log levels to DEBUG, but looking at the
>code, I can’t trace a statement that would log the received input stream.
>It seems to want to parse it directly.
It doesn't get logged until it's already been parsed.
-- Scott
More information about the users
mailing list