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 read somewhere on the Internets that this is actually by design), svcutil
does not import this extra security configuration added by WSE. All samples available on the net are either outdated or do not compile or produce configuration errors.
Is there any chance of integrating these two technologies?