Soap12FaultCodes::EncodingUntypedValueFaultCode Field

 

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.

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

public:
static initonly XmlQualifiedName^ EncodingUntypedValueFaultCode

Field Value

Type: System.Xml::XmlQualifiedName^

ASP.NET does not automatically throw a SoapException with the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property set to EncodingUntypedValueFaultCode.

The SoapException class has a P:System.Web.Services.Protocols.SoapException.Subcode property of type T:System.Web.Services.Protocols.SoapFaultSubcode that represents the SOAP fault subcode. The P:System.Web.Services.Protocols.SoapFaultSubcode.Code property represents the URI for the actual SOAP fault subcode. When setting the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property to EncodingUntypedValueFaultCode, set the SoapException::Code property to SenderFaultCode.

.NET Framework
Available since 2.0
Return to top
Show: