SoapRpcMethodAttribute::ResponseNamespace Property
.NET Framework (current version)
Gets or sets the XML namespace associated with the SOAP response for an XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System::String^The XML namespace associated with the SOAP response for an XML Web service method. The default is http://tempuri.org/.
The ResponseNamespace property is used in the XSD schema for the XML Web service method in its service description.
The following code example sets the ResponseNamespace property to http://www.contoso.com.
.NET Framework
Available since 1.1
Available since 1.1
Show: