April 2003
Intermediate to advanced
1040 pages
25h 22m
English
In the chapter you saw how to configure a SOAP extension to run with a particular Web method by applying a custom attribute to that method. However, there's a second way to configure a SOAP extension. Instead of applying attributes one method at a time, you can use a configuration file to cause a SOAP extension to run with every Web method in the scope of the configuration file.
Estimated Time: 35 minutes.
1. | Add a new Visual C# .NET Class library project to the 320C05 solution. Name the new library SoapExt. |
2. | Rename the default Class1.cs file to SoapDisplayExtension.cs. |
3. | Right-click the References node in Solution Explorer and select Add Reference. Add a reference ... |
Read now
Unlock full access