Soap12FaultCodes.EncodingUntypedValueFaultCode Field

Definition

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: static initonly System::Xml::XmlQualifiedName ^ EncodingUntypedValueFaultCode;
public static readonly System.Xml.XmlQualifiedName EncodingUntypedValueFaultCode;
 staticval mutable EncodingUntypedValueFaultCode : System.Xml.XmlQualifiedName
Public Shared ReadOnly EncodingUntypedValueFaultCode As XmlQualifiedName 

Field Value

Remarks

ASP.NET does not automatically throw a SoapException with the SoapFaultSubCode.Code property set to Soap12FaultCodes.EncodingUntypedValueFaultCode.

The SoapException class has a SubCode property of type 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.EncodingUntypedValueFaultCode, set the SoapException.Code property to Soap12FaultCodes.SenderFaultCode.

Applies to