Groups | Blog | Home
all groups > asp.net webservices > august 2005 >

asp.net webservices : Secured Data on WebService


Anbu
8/31/2005 12:00:00 AM
All,

How can I transfer secured data over a network using webservice?

Please suggest me with an example.

TIA,
ANBU

Michael Nemtsev
8/31/2005 4:32:47 AM
Hello Anbu,


Look at the WSE, WS-Security, Encription
A> How can I transfer secured data over a network using webservice?

---
WBR,
Michael Nemtsev
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid. (c) Friedrich Nietzsche

peter kelcey
9/10/2005 10:45:05 PM
WSE is the most comprehensive solution for securing web services, but if all
you need is a simple solution to ensure that data won't be intercepted
between your web service and your client, then you can also consider using
SSL. It will secure a web service the same way it will secure a web page.

Peter Kelcey

[quoted text, click to view]

AddThis Social Bookmark Button