System.Web.Services.Protocols.SoapDocumentMethodAttribute.ResponseElementName Property

Gets or sets the XML element associated with the SOAP response for an XML Web service method.

Syntax

public string ResponseElementName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SoapDocumentMethodAttribute.ResponseElementName defines the XML element used to wrap the parameters beneath the Body element of the SOAP response when SoapDocumentMethodAttribute.ParameterStyle is SoapParameterStyle.Wrapped. This is reflected in the XSD schema representing the SOAP response to the XML Web service method within the XML Web service's service description.

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