Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 120
Linking conferences across MCUs 
Cisco TelePresence MCU API 2.8 
Page 115 of 120
 
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>