[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Nathan

7/23/2003 1:26:00 AM

Hi:
I have a web service, which updates the database on the
server side, when an order has been made at the client
side (remote web site). Obviously, I can't send the
details as plain text. So, here are my questions:

1. Will making the web service on secure HTTP
connection help? For example, suppose I have
http://www.... service.asmx. Just putting the web
service on SSL enabled server should work, right? The
client invokes the web methods using:
https://www.... service.asmx instead of the above
URL. Will that solve?
2. If I do encryption/decryption of the data using
the Classes provided by .Net. I have to find equivalent
implementations of the encryption/decryption algorithm
for the clients (may be Java or ASP), which consume the
web services.
3. Are there any better methods of making the data
passed to web method secure? If so, please help me. I
want a solution which is truly language independent
(irrespective of what language the client is)

Any useful suggestions/solutions/comments are appreciated.

Thanks in advance.

Nathan





1 Answer

Arthur Nesterovsky

7/23/2003 9:37:00 AM

0

Hi,

> 1. Will making the web service on secure HTTP
> connection help? For example, suppose I have
> http://www.... service.asmx. Just putting the web
> service on SSL enabled server should work, right? The
> client invokes the web methods using:
> https://www.... service.asmx instead of the above
> URL. Will that solve?

Yes this is a good decision.

> 3. Are there any better methods of making the data
> passed to web method secure? If so, please help me. I
> want a solution which is truly language independent
> (irrespective of what language the client is)

If the clients will be only .NET applications, in this case
you can use WSE for signing and encrypting your data.
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsk...