HighTechTalks DotNet Forums  

Question about invoking over SSL

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Question about invoking over SSL in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
drabina
 
Posts: n/a

Default Question about invoking over SSL - 12-04-2007 , 09:09 AM






Hi,

I have a simple question. Login page of my click-once application
invokes a method (validateLogin) on a web server. The web service
address is configured over https. My question is, does the invoke
command is secured?

public myLogin validateLogin(string userid, string password) {
object[] results = this.Invoke("validateLogin", new object[]
{userid,password});
return (myLogin);
}

Basically I need to know if the userid and password gets send
encrypted.

Thanks.

Reply With Quote
  #2  
Old   
Tiago Halm
 
Posts: n/a

Default Re: Question about invoking over SSL - 12-06-2007 , 05:23 PM






If the web service is exposed within SSL, then yes, because SSL encrypts the
whole HTTP conversation, and SOAP is the HTTP payload.

Tiago Halm

"drabina" <airmimi (AT) gmail (DOT) com> wrote

Quote:
Hi,

I have a simple question. Login page of my click-once application
invokes a method (validateLogin) on a web server. The web service
address is configured over https. My question is, does the invoke
command is secured?

public myLogin validateLogin(string userid, string password) {
object[] results = this.Invoke("validateLogin", new object[]
{userid,password});
return (myLogin);
}

Basically I need to know if the userid and password gets send
encrypted.

Thanks.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.