<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header/>
  <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <executeMethod xmlns="http://soap.CDRator.com/">
      <arg0 xmlns="">
        <hookpointKey>SOAP_SUBSCRIBE_PRODUCT_OPTIONS</hookpointKey>
        <values xsi:type="q1:stringValueDTO" xmlns:q1="http://soap.CDRator.com/">
          <key>SUBSCRIPTION_ID</key>
          <value>201506021112345678</value>
        </values>
        <values xsi:type="q2:complexValueDTO" xmlns:q2="http://soap.CDRator.com/">
          <key>PRODUCT_OPTIONS</key>
          <value xsi:type="q2:complexValueDTO">
            <key>PRODUCT_OPTION</key>
            <value xsi:type="q2:stringValueDTO">
              <key>ID</key>
              <value>201305302066666666</value>
            </value>
          </value>
        </values>
        <values xsi:type="q3:complexValueDTO" xmlns:q3="http://soap.CDRator.com/">
          <key>CONTEXT</key>
          <value xsi:type="q3:stringValueDTO">
            <key>LANGUAGE</key>
            <value>EN</value>
          </value>
          <value xsi:type="q3:stringValueDTO">
            <key>OPERATOR</key>
            <value>selfcare</value>
          </value>
          <value xsi:type="q3:stringValueDTO">
            <key>BRAND_KEY</key>
            <value>MY_BRAND</value>
          </value>
        </values>
      </arg0>
    </executeMethod>
  </s:Body>
</s:Envelope>
