SoapRpcMethodAttribute::RequestNamespace Property
.NET Framework (current version)
Gets or sets the XML namespace associated with the SOAP request 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 request for an XML Web service method. The default is http://tempuri.org/.
The following code example sets the RequestNamespace property to http://www.contoso.com.
.NET Framework
Available since 1.1
Available since 1.1
Show: