Dr. Rajesh Rolen
Dr. Rajesh Rolen

Reputation: 14285

how to authenticate user in web services

Please tell me how can we authenticate user in web services like i want that a user with valid id and password should only be able to consume my web service.

i am using .net framework 2.0 Thanks

Upvotes: 0

Views: 884

Answers (1)

Nikhil Vaghela
Nikhil Vaghela

Reputation: 930

You can use custom soap header for this. Have a look at this Authenticate .NET Web Service with Custom SOAP Header

Upvotes: 1

Related Questions