<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>how to "save" and "apply config" through code / api</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8386892" />
  <subtitle>how to "save" and "apply config" through code / api</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8386892</id>
  <updated>2013-06-19T13:13:37Z</updated>
  <dc:date>2013-06-19T13:13:37Z</dc:date>
  <entry>
    <title>Automatic reply: New Message from Rusheel Jain in Administration XML (AXL)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8386927" />
    <author>
      <name>MATHEW BEALL</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8386927</id>
    <updated>2012-11-07T11:35:48Z</updated>
    <published>2012-11-07T11:35:48Z</published>
    <summary type="html">﻿I am currently out of the office.  I will be checking emails as time permits. I will return to the office on Thursday, November 8th.  If you need immediate help, please contact the First American Service Desk. Thank you,

&lt;/PRE&gt;
&lt;BR&gt;
******************************************************************************************&lt;BR&gt;This message may contain confidential or proprietary information intended only for the use of the&lt;BR&gt;addressee(s) named above or may contain information that is legally privileged. If you are&lt;BR&gt;not the intended addressee, or the person responsible for delivering it to the intended addressee,&lt;BR&gt;you are hereby notified that reading, disseminating, distributing or copying this message is strictly&lt;BR&gt;prohibited. If you have received this message by mistake, please immediately notify us by&lt;BR&gt;replying to the message and delete the original message and any copies immediately thereafter.&lt;BR&gt;
&lt;BR&gt;
Thank you.~&lt;BR&gt;
******************************************************************************************&lt;BR&gt;
FAFLD&lt;BR&gt;
&lt;PRE&gt;</summary>
    <dc:creator>MATHEW BEALL</dc:creator>
    <dc:date>2012-11-07T11:35:48Z</dc:date>
  </entry>
  <entry>
    <title>how to "save" and "apply config" through code / api</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8386891" />
    <author>
      <name>Rusheel Jain</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8386891</id>
    <updated>2012-11-07T11:33:25Z</updated>
    <published>2012-11-07T11:33:25Z</published>
    <summary type="html">Hi all
 
I wanted to apply MOH using .net code (axl api).
The changes are reflecting on CUCM page but how to save and apply these configurations through code as these changes were not yet reflected on IP communicator.
As of now I am forced to manually click on "save" and "apply config" buttons but I wanted to do them through  .net code / axl api
 
This was the soap request used:
 
[color=#525252]string soap = "&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" ";[/color]
[color=#525252]         soap += "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"&gt;";[/color]
[color=#525252] [/color]
[color=#525252]         soap += "&lt;SOAP-ENV:Body&gt;";[/color]
[color=#525252]         soap += "&lt;axl:updatePhone xmlns:axl=\"http://www.cisco.com/AXL/API/7.0\"&gt;";[/color]
[color=#525252]         soap += "&lt;name&gt;";[/color]
[color=#525252]         soap += "SEP3212";[/color]
[color=#525252]         soap += "&lt;/name&gt;";[/color]
[color=#525252]         soap += "&lt;userHoldMOHAudioSourceId&gt;";[/color]
[color=#525252]         soap += "1";[/color]
[color=#525252]         soap += "&lt;/userHoldMOHAudioSourceId&gt;";[/color]
[color=#525252]         soap += "&lt;/axl:updatePhone&gt;";[/color]
[color=#525252]         soap += "&lt;/SOAP-ENV:Body&gt;";[/color]
[color=#525252]         soap += "&lt;/SOAP-ENV:Envelope&gt;";[/color]
 
 
Thanks
[color=#525252] [/color]</summary>
    <dc:creator>Rusheel Jain</dc:creator>
    <dc:date>2012-11-07T11:33:25Z</dc:date>
  </entry>
</feed>

