System.Web.Services.Protocols.Soap12FaultCodes Members

The members of System.Web.Services.Protocols.Soap12FaultCodes are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
DataEncodingUnknownFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 DataEncodingUnknown fault code indicating the SOAP message is encoded in an unrecognized format.

static readonly
EncodingMissingIdFaultCodeSystem.Xml.XmlQualifiedName.

Represents the fault code for missing ID in SOAP encoding data.

static readonly
EncodingUntypedValueFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 enc:UntypedValue fault subcode indicating that the SOAP message was RPC-encoded and the type name property of an encoded graph node was not specified.

static readonly
MustUnderstandFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 MustUnderstand fault code indicating a SOAP header marked with the MustUnderstand attribute was not processed.

static readonly
ReceiverFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 Receiver fault code indicating an error occurred during the processing of a client call on the server due to a problem with the recipient.

static readonly
RpcBadArgumentsFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 rpc:BadArguments fault subcode indicating that arguments sent to the XML Web service method were incorrect or could not be parsed.

static readonly
RpcProcedureNotPresentFaultCodeSystem.Xml.XmlQualifiedName.

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

static readonly
SenderFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 Sender fault code indicating a client call was not formatted correctly or did not contain the appropriate information.

static readonly
VersionMismatchFaultCodeSystem.Xml.XmlQualifiedName.

Represents the SOAP version 1.2 VersionMismatch fault code indicating the XML Web service expected SOAP messages conforming to the SOAP 1.2 specification, yet received one conforming to SOAP 1.1.