3.1.4.5.2.2 UpdateStatisticsResponse

The UpdateStatisticsResponse element specifies the result data for the UpdateStatistics WSDL operation.

 <xs:element name="UpdateStatisticsResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="UpdateStatisticsResult" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

UpdateStatisticsResult:  If successful, the server will return an empty string value. Otherwise, the server will return the failure message.