|
| Creating and Using Custom SOAP Headers |
|
|
| Details |
|
Related Types |
| Site: |
ASP Alliance |
| Original URL: |
http://www.aspalliance.com/nothingmn/default.aspx?whichpoll=nothingmn_123&aid=123 |
|
Summary:
This quick demo shows you how to create and consume a .NET Web Service using a custom SOAP Header. This first part demonstrates how to create the Web Service. Notice that we first need to import the System.Web.Services.Protocols namespace (**1**). Then we create our class (**2**) that we want to use for the SOAP Header. And lastly we create an instance of the SOAP Header class (**3**) in our Web Service class, and then specify the SoapHeaderAttribute() (**4**). |
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|