System.Web.Services.Protocols.SoapException.IsMustUnderstandFaultCode Method

Returns a value that indicates whether the SOAP fault code is equivalent to MustUnderstand regardless of the version of the SOAP protocol used.

Syntax

public static bool IsMustUnderstandFaultCode (System.Xml.XmlQualifiedName code)

Parameters

code
An System.Xml.XmlQualifiedName that contains a SOAP fault code.

Returns

true if code is equivalent to the MustUnderstand SOAP fault code; otherwise, false.

Remarks

Recipients of a System.Web.Services.Protocols.SoapException can use this method to determine whether the SoapException.Code property is functionally equivalent to the MustUnderstand SOAP fault code defined in SOAP 1.1 regardless of the version of the SOAP protocol used. Versions of the SOAP protocol later than 1.1 might use different names or namespaces for the MustUnderstand SOAP fault code defined in SOAP version 1.1, which is represented by the SoapException.MustUnderstandFaultCode field. SOAP 1.2 names the fault code the same; however it is scoped by a different XML namespace and is represented by the Soap12FaultCodes.MustUnderstandFaultCode field.

Requirements

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