This documentation is archived and is not being maintained.
SoapDocumentMethodAttribute::ResponseElementName Property
Visual Studio 2010
Gets or sets the XML element associated with the SOAP response for an XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property String^ ResponseElementName { String^ get (); void set (String^ value); }
Property Value
Type: System::StringThe XML element associated with the SOAP request for an XML Web service method. The default value is WebServiceNameResult, where WebServiceName is the name of the XML Web service method.
The ResponseElementName defines the XML element used to wrap the parameters beneath the Body element of the SOAP response when ParameterStyle is 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: