SoapException.MustUnderstandFaultCode Campo
Definição
Um Código de Falha de SOAP que representa um elemento SOAP marcado com o atributo MustUnderstand
não foi processado.A SOAP Fault Code that represents a SOAP element marked with the MustUnderstand
attribute was not processed.
public: static initonly System::Xml::XmlQualifiedName ^ MustUnderstandFaultCode;
public static readonly System.Xml.XmlQualifiedName MustUnderstandFaultCode;
staticval mutable MustUnderstandFaultCode : System.Xml.XmlQualifiedName
Public Shared ReadOnly MustUnderstandFaultCode As XmlQualifiedName
Valor do campo
Comentários
Nem todos os elementos SOAP exigem processamento pelo servidor.Not all SOAP elements require processing by the server. No entanto, se um elemento SOAP for marcado com o MustUnderstand
atributo igual a 1 ou true
, o processamento será necessário.However, if a SOAP element is marked with the MustUnderstand
attribute equal to 1 or true
, processing is required. Falha ao processar o elemento gera um SoapException com MustUnderstandFaultCode .Failure to process the element generates a SoapException with a MustUnderstandFaultCode.