Question

I've got a WSE 3.0 web service that I'm trying to call using a VS 2008-generated WCF client. VS generated the client with a basicHttpBinding but I'm getting the exception "Microsoft.Web.Services3.Security.SecurityFault: Security requirements are not satisfied because the security header is not present in the incoming message."

I'm assuming this is caused by a missing WSE header or configuration item but I can't find any docs on calling WSE from WCF and no description of how to change my WCF client configuration to work in this case.

Is there some good source for finding information about how to get WCF to WSE calls to work?

Was it helpful?

Solution

Here is a link to the WSE / WCF Integration:

http://msdn.microsoft.com/en-us/library/ms734745.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top