<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 11/3/16 6:48 AM, Giuseppe Peletti
wrote:<br>
</div>
<blockquote
cite="mid:D440D49D.6DF1%25giuseppe.peletti@digitaslbi.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<div>Hi all,</div>
<div>I have a problem on using ShibHttpClient.</div>
<div><br>
</div>
<div>I configured Shibboleth SP, IDP, and ECP protocol, and I got
the following exception when I invoke
ShibHttpClient.getSoapMessage method <br>
</div>
</blockquote>
<br>
I have no idea what that ShibHttpClient is. AFAIK, it's not
anything produced or supported by the Shib project team.<br>
<br>
<blockquote
cite="mid:D440D49D.6DF1%25giuseppe.peletti@digitaslbi.com"
type="cite">
<div><br>
</div>
<div>
<p style="margin: 0px;"><span style="text-decoration: underline
; color: #0433ff">org.apache.http.client.ClientProtocolException</span>:
Unable to unmarshall message, no unmarshaller registered for
message element
{<a class="moz-txt-link-freetext" href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a>}Envelope</p>
</div>
</blockquote>
<br>
That error is most likely just that you didn't initialize the
library properly. If you are using v3, you need to call
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<tt>InitializationService.initialize()</tt> once in the lifecycle
of your application. If v2, then you call
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<code class="java plain">DefaultBootstrap.bootstrap().</code><br>
<br>
</body>
</html>