wse

Integrating WCF Client and ASMX WSE 3.0 Service

I almost regret that I even started programming. How do I integrate those two enterprisey beasts? More specifically, I have a third-party ASMX service which uses WSE 3.0 (authentication & message signing). Now in following with "best" Microsoft practices and svcutil a WCF proxy to this service. For some obscure reason (I believe I even ...

Consuming a secure WSE2.0 / .Net 1.1 WebService using .Net 3.5 and VS 2008.

Please forgive any mistakes in this question. I am not overly familiar with secure web services or WCF. I need to consume a web service that uses WSE 2.0 and .Net 1.1. The service is secured in two ways. An X509Certificate and a BinarySecurityToken added to the header. I have code samples as to how to consume this Web Service when usi...

Making the switch from WSE-enabled Web Services, is WCF the way to go?

We currently have a half a dozen of project which originally have been built using .NET Framework 1.1 and WSE 2.0. But Microsoft's support for WSE is lacking and the latest version of it (3.0) only targets .NET Framework 2.0. Our new projects will use .NET Framework 3.5 and instead of hacking our self a WSE-support, we are currently look...