<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  <S:Body>
    <ns2:executeMethodResponse xmlns:ns2="http://soap.CDRator.com/">
    <return>
      <errorCode>0</errorCode>
      <status>0</status>
      <values xsi:type="ns2:stringValueDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <key>RESULT</key>
        <value>SUCCESS</value>
      </values>
    </return>
    </ns2:executeMethodResponse>
  </S:Body>
</S:Envelope>