3.1.4.1.2.2 DecodeEntityInstanceIdResponse

The DecodeEntityInstanceIdResponse element specifies the result data for the DecodeEntityInstanceId WSDL operation.

 <xs:element name="DecodeEntityInstanceIdResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="DecodeEntityInstanceIdResult" type="tns1:ArrayOfString"/>
       <xs:element minOccurs="0" maxOccurs="1" name="message" type="xs:string"/>
       <xs:element minOccurs="1" maxOccurs="1" name="success" type="xs:boolean"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

DecodeEntityInstanceIdResult: The list of data values of the EntityInstance Identifiers obtained by decoding the provided input. Each value MUST be the CLR-provided serialized representation of the corresponding data value of the EntityInstance Identifier. Each value MUST be encoded as specified in [XML10].

message: Contains errors or warnings resulting from the process of decoding the provided input, if any. The message MUST be encoded as specified in [XML10].

success: A flag indicating whether the operation finished without any unexpected errors. The value SHOULD<1> be set to true if the operation finished without any unexpected errors, false otherwise. The value MUST be ignored by the protocol client. The value MUST be present.