April 2002
Beginner
672 pages
14h 43m
English
You may not wish to use any of the Windows authentication modes because you do not want to create each user who logs into your site as a user on your domain. If this is the case, you will need to build your own custom security mechanism. The SOAP protocol has already defined a SOAP header that can pass credential information. You can implement that in an XML Web Service by creating a custom class with login ID and password properties.
You will now learn to create a SOAP header class in your Web Service project. To do this, you will need to create a new class that inherits from the .NET Framework SoapHeader class. The SoapHeader class is located in the System.Web.Services.Protocols namespace, ...
Read now
Unlock full access