Is this possible to login into the SharePoint site using the username and password from web service soap header?
Thanks SR
|
Is this possible to login into the SharePoint site using the username and password from web service soap header? Thanks SR |
|||
|
|
If your SharePoint site is using FBA, you can use authentication.asmx webservice to get the authentication cookie. If your site is using Windows, you can directly assign defaultcredentials of logged in user like : proxy.Credentials = System.Net.CredentialCache.DefaultCredentials; |
|||
|