Soap12FaultCodes.RpcProcedureNotPresentFaultCode Field

Definition

Represents the SOAP version 1.2 rpc:ProcedureNotPresent fault subcode indicating the XML Web service does not support the requested XML Web service method.

public: static initonly System::Xml::XmlQualifiedName ^ RpcProcedureNotPresentFaultCode;
public static readonly System.Xml.XmlQualifiedName RpcProcedureNotPresentFaultCode;
 staticval mutable RpcProcedureNotPresentFaultCode : System.Xml.XmlQualifiedName
Public Shared ReadOnly RpcProcedureNotPresentFaultCode As XmlQualifiedName 

Field Value

Remarks

ASP.NET does not automatically throw a SoapException with the SoapFaultSubCode.Code property set to RpcProcedureNotPresentFaultCode.

The SoapException class has a SubCode property of type SoapFaultSubCode that represents the SOAP fault subcode. The SoapFaultSubCode.Code property represents the URI for the actual SOAP fault subcode. When setting the SoapFaultSubCode.Code property to RpcProcedureNotPresentFaultCode, set the SoapException.Code property to SenderFaultCode.

Applies to