Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 89
Linking conferences across MCUs 
Cisco TelePresence MCU Remote Management API Reference Guide  
Page 84 of 89
 
Message responses 
The response to each of the above method invocations should be the same normal success 
indication: 
 
<?xml version="1.0"?> 
<methodResponse> 
  <params> 
    <param> 
      <value> 
        <struct> 
          <member> 
            <name>status</name> 
            <value> 
              <string>operation successful</string> 
            </value> 
          </member> 
        </struct> 
      </value> 
    </param> 
  </params> 
</methodResponse>