Hi,
I have been working in a way to separate the service interface from the
service implementation, something similar to what WCF (Indigo) does. If you
are interested, take a look to this post in my blog,
http://weblogs.asp.net/cibrax/archive/2006/03/31/441591.aspx
Regarding the good example, have you considered to use Kerberos ?. Kerberos
can be used with WS-SecureConversation (When this feature is enabled, it
does not support web farm scenarios) and it does not need certificates.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hi,
>
[quoted text clipped - 10 lines]
>
> Thanks.