System.Web.Services.Protocols.SoapException.MustUnderstandFaultCode Field

A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand attribute was not processed.

Syntax

public static readonly System.Xml.XmlQualifiedName MustUnderstandFaultCode

Remarks

Not all SOAP elements require processing by the server. However, if a SOAP element is marked with the MustUnderstand attribute equal to 1 or true, processing is required. Failure to process the element generates a System.Web.Services.Protocols.SoapException with a SoapException.MustUnderstandFaultCode.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0