Soap12FaultCodes.EncodingUntypedValueFaultCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.