2.2.3.3 MessageResponse

The MessageResponse element contains the OperationResult corresponding to the result of the MDS operation that is performed.

The following is the XML schema definition of the MessageResponse element.

 <xs:element name="MessageResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q53="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q53:OperationResult" /> 
     </xs:sequence>
   </xs:complexType>
</xs:element>

OperationResult: Specifies the list of errors that is returned if the operation fails.