System.Web.Services.Protocols.SoapRpcMethodAttribute.Action Property

Gets or sets the SOAPAction HTTP header field of the SOAP request.

Syntax

public string Action { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Typically, the SoapRpcMethodAttribute.Action property is a URI indicating the intent of the SOAP request. However, the SOAP specification places no restrictions on the format and whether the URI refers to an existing document. The presence and content of the SoapRpcMethodAttribute.Action property can be used by Web servers such as firewalls to appropriately filter SOAP request messages in HTTP.

By default, the .NET Framework version 1.1 publishes the SoapRpcMethodAttribute.Action property in the soapAction attribute of the soap:operation element for each supported SOAP binding in WSDL documents generated for an XML Web service. The supported SOAP binding is SOAP 1.1.

For more information about the SOAP specification, see the W3C Web site (http://www.w3.org/TR/SOAP).

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0