System.Web.Services.Protocols.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.

Syntax

public static readonly System.Xml.XmlQualifiedName RpcProcedureNotPresentFaultCode

Remarks

ASP.NET does not automatically throw a System.Web.Services.Protocols.SoapException with the SoapFaultSubcode.Code property set to Soap12FaultCodes.RpcProcedureNotPresentFaultCode.

The System.Web.Services.Protocols.SoapException class has a SoapException.Subcode property of type System.Web.Services.Protocols.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 Soap12FaultCodes.RpcProcedureNotPresentFaultCode, set the SoapException.Code property to Soap12FaultCodes.SenderFaultCode.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0