I'm trying to communicate with a webservice using kerberos authentication
(WSE3). Servers are under Windows 2003. Unfortunatly I allways get this error:
Message:
"WSE910: An error happened during the processing of a response message, and
you can find the error in the inner exception. You can also find the
response message in the Response property."
Response fault:
"System.Web.Services.Protocols.SoapException: Server did not recognize the
value of HTTP Header SOAPAction:
http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT.
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at
System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
at Microsoft.Web.Services3.WseProtocol.RouteRequest(SoapServerMessage
message)
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)"
InnerException messqge:
"WSE2005: Protection requirements in KerberosAssertion are not satisfied."
Does anyone know what could be the cause of this error, and how to solve it ?
Thanks for any help.
Joel
Pablo Cibraro - 25 Jan 2006 13:23 GMT
Hi Joel,
That is a problem with the secure conversation feature.
I think you have secure-conversation enabled on the client and disabled on
the service.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
> I'm trying to communicate with a webservice using kerberos authentication
> (WSE3). Servers are under Windows 2003. Unfortunatly I allways get this
[quoted text clipped - 30 lines]
>
> Joel
Joël - 25 Jan 2006 17:40 GMT
May be, but I tried again and again to configure the client and the server
configuration file. Nothing changed.
> Hi Joel,
> That is a problem with the secure conversation feature.
[quoted text clipped - 40 lines]
> >
> > Joel
Martin Riley - 31 Jan 2006 16:25 GMT
I'm having the same problem - works on my dev box but when deployed to a
staging server, it no longer works. Certs installed correctly - anything
else I should look at?
Thanks
Martin
> May be, but I tried again and again to configure the client and the server
> configuration file. Nothing changed.
[quoted text clipped - 43 lines]
> > >
> > > Joel