Re: WSE 3.0 UsernameOverTransport Problem
- From: gramanero-spam@xxxxxxxxx
- Date: 19 Sep 2006 11:54:25 -0700
Hi Pablo,
Client side: usernameOverTransport
Server side: usernameOverTransport and requireActionHeader
--Scott
Pablo Cibraro [MVP] wrote:
Hi,
Which WSE policies are you using on the client and the service ?
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
<gramanero-spam@xxxxxxxxx> wrote in message
news:1158588656.563084.182580@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I am fairly new to WSE, in general, however I have read several
articles online and believe I have a fairly good grasp of it. I am
working on integrating WSE 3.0 into an web service. The web service is
a very simple web service for the purposes of testing WSE 3.0
UsernameOverTransport.
The problem that I am having is that I am getting the following
exception stack trace on the server side:
Microsoft.Web.Services3.Security.SecurityFault: UsernameToken is
expected but not present in the security header of the incoming
message.
at
Microsoft.Web.Services3.Design.UsernameOverTransportAssertion.ServiceInputFilter.ValidateMessageSecurity(SoapEnvelope
envelope, Security security)
at
Microsoft.Web.Services3.Security.ReceiveSecurityFilter.ProcessMessage(SoapEnvelope
envelope)
at Microsoft.Web.Services3.Pipeline.ProcessInputMessage(SoapEnvelope
envelope)
at Microsoft.Web.Services3.WseProtocol.FilterRequest(SoapEnvelope
requestEnvelope)
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)
In doing a fair amount of Google searches, it looks like I am not the
only one having this issue. I am curious if anyone has been able to
resolve this issue.
I have verified that the client is in fact sending the Username token
to the web service. In fact, I have verified, based on the stack trace,
the the server side does in fact see a security header, for some reason
it is simply unable to locate the Username token in the security
header. According to the server side log files though, it does exist
prior to processing the message.
Any help would be greatly appreciated.
Thank you!!
.
- Follow-Ups:
- Re: WSE 3.0 UsernameOverTransport Problem
- From: Pablo Cibraro [MVP]
- Re: WSE 3.0 UsernameOverTransport Problem
- References:
- WSE 3.0 UsernameOverTransport Problem
- From: gramanero-spam
- Re: WSE 3.0 UsernameOverTransport Problem
- From: Pablo Cibraro [MVP]
- WSE 3.0 UsernameOverTransport Problem
- Prev by Date: Re: Problem invoking WSE 2.0 enabled WebService
- Next by Date: Re: Problem invoking WSE 2.0 enabled WebService
- Previous by thread: Re: WSE 3.0 UsernameOverTransport Problem
- Next by thread: Re: WSE 3.0 UsernameOverTransport Problem
- Index(es):
Relevant Pages
|