Change data subscription
The method part of the request shall be set to ChangeSubscription.
This method has the following input parameters.
•  subscriptionID: This is the subscription that shall be changed.
•  dataRequest: This is the actual specification of the subscription. For more information, see: Data subscription types.
This is an example of the contents of the <Request> field.
<request>
  <ClientInfo>
    <cid>1</cid>
    <rid>1</rid>
  </clientInfo>
  <type>invokeMethod</type>
  <targetComponent>RemoteDataServer</targetComponent>
  <method>
    <ChangeSubscription>
      <subscriptionID>1</subscriptionID>
      <dataRequest>BottomDetection</dataRequest>
    </ChangeSubscription>
  </method>
</request>
The server application will respond with a Response message. This method has no output parameters. This is an example of the contents of the <Response> field.
<response>
  <ClientInfo>
    <cid dt=”3”>1</cid>
    <rid dt=”3”>1</rid>
  </clientInfo>
  <fault>
    <detail>
      <errorcode dt=”3”>0</errorcode>
    </detail>
  </fault>
  <ChangeSubscriptionResponse></ChangeSusbcriptionResponse>
</response>