Soap12FaultCodes::RpcProcedureNotPresentFaultCode Field
Represents the SOAP version 1.2 rpc:ProcedureNotPresent fault subcode indicating the XML Web service does not support the requested XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
Field Value
Type: System.Xml::XmlQualifiedName^ASP.NET does not automatically throw a SoapException with the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property set to RpcProcedureNotPresentFaultCode.
The SoapException class has a P:System.Web.Services.Protocols.SoapException.Subcode property of type T:System.Web.Services.Protocols.SoapFaultSubcode that represents the SOAP fault subcode. The P:System.Web.Services.Protocols.SoapFaultSubcode.Code property represents the URI for the actual SOAP fault subcode. When setting the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property to RpcProcedureNotPresentFaultCode, set the SoapException::Code property to SenderFaultCode.
Available since 2.0