System.Web.Services.Protocols.SoapHeaderAttribute Class
Information   Base Types   Related Resources

This attribute is applied to an XML Web service method or an XML Web service client to specify a SOAP header the Web service method or XML Web service client can process. This class cannot be inherited.

  • Namespace: System.Web.Services.Protocols
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Web.Services.dll

  • System.Attribute
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (4)Discussions (12)MembersRotorChanges
    Articles

    Page: 1
    Creating and Using Custom SOAP Headers
    ASP Alliance
    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**).
    Reliable XML Web Services
    MSDN
    Among the various FAQs about building XML Web services, reliability falls into the top five issues facing developers implementing decentralized Web services. The problem space, when broken down into small pieces, is not that difficult. So, this month I decided to jump off into the extreme area of building reliable XML Web services.
    Secure Web Services
    .NET Magazine
    Security is one of the biggest issues raised when discussing .NET Web Services. When you expose part of your business application as a Web Service, you want to ensure your business data is not compromised. Similarly, if you write a business application that relies on a Web Service, you want to ensure that data sent to and from that service is not exposed somehow. I’ll review the options you have for securing Web Services and offer some recommendations based on the scenarios you’re likely to encounter.
    Using Web Services Instead of DCOM
    MSDN
    This document examines the advantages of using XML Web services over DCOM and demonstrates how to implement an XML Web service and consume it with a Microsoft .NET client application
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com