all groups > dotnet web services > october 2004 >
You're in the

dotnet web services

group:

Extending WebServices and consumers of such with IServerChannelSin


Extending WebServices and consumers of such with IServerChannelSin Johan Johansson (Sweden)
10/26/2004 7:09:09 AM
dotnet web services:
I know that you can create your own IServerChannelSink and IClientChannelSink
implementations to extend .Net remoting with whatever extra mechanisms you
need, but is it possible to do the same with WebService's and consumers of
such?

The reason I ask is that I need to make encryption-decryption of data sent
between client and server transparant.

And if it's possible to add such sinks, how do I do it? Is it a matter of
configuration and or implementation?

Regards
Re: Extending WebServices and consumers of such with IServerChannelSin Sami Vaaraniemi
10/26/2004 8:22:48 PM
You can get similar functionality through SoapExtensions. A SoapExtension
can modify a message at specific stages on client or server.

As a side-note, WSE 2 (Web Services Enhancements) is a Microsoft-provided
SoapExtension that implements many things, including message encryption.

Regards,
Sami

"Johan Johansson (Sweden)" <JohanJohanssonSweden@discussions.microsoft.com>
[quoted text, click to view]

AddThis Social Bookmark Button