Destroy data subscription
The method part of the request shall be set to Unsubscribe.
This method has the following input parameters.
•  subscriptionID: This is the identification of the subscription that shall be closed.
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>
    <Unsubscribe>
      <subscriptionID>1</subscriptionID>
    </Unsubscribe>
  <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>
  <UnsubscribeResponse></UnsubscribeResponse>
</response>