I'm using .NET 4.0, WCF and wshttp binding to create some ws methods. Reason for using wsHttp binding is that I need support for auth., encryption and signing.
When I create such a service and look into wsdl, I see there is wsp:policy tag there. Is there a way to somehow influence WCF configuration and remove this tag?
As I understand it is possible to have encryption and signing without this tag.