This documentation is archived and is not being maintained.

Soap12FaultCodes Members

Defines the SOAP fault codes that appear in a SOAP message when an error occurs while communicating with XML Web services using the SOAP version 1.2 protocol.

The Soap12FaultCodes type exposes the following members.

  NameDescription
Public method Supported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public field Static member Supported by the .NET Compact Framework DataEncodingUnknownFaultCode Represents the SOAP version 1.2 DataEncodingUnknown fault code indicating the SOAP message is encoded in an unrecognized format.
Public field Static member Supported by the .NET Compact Framework EncodingMissingIdFaultCode Represents the fault code for missing ID in SOAP encoding data.
Public field Static member Supported by the .NET Compact Framework EncodingUntypedValueFaultCode 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.
Public field Static member Supported by the .NET Compact Framework MustUnderstandFaultCode Represents the SOAP version 1.2 MustUnderstand fault code indicating a SOAP header marked with the MustUnderstand attribute was not processed.
Public field Static member Supported by the .NET Compact Framework ReceiverFaultCode 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.
Public field Static member Supported by the .NET Compact Framework RpcBadArgumentsFaultCode 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.
Public field Static member Supported by the .NET Compact Framework RpcProcedureNotPresentFaultCode 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 field Static member Supported by the .NET Compact Framework SenderFaultCode Represents the SOAP version 1.2 Sender fault code indicating a client call was not formatted correctly or did not contain the appropriate information.
Public field Static member Supported by the .NET Compact Framework VersionMismatchFaultCode 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.
Top
Show: