<?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>CSS removeMember in AXL for CUCM 9.0 doesn't work correct?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11929564" />
  <subtitle>CSS removeMember in AXL for CUCM 9.0 doesn't work correct?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11929564</id>
  <updated>2013-05-26T05:33:35Z</updated>
  <dc:date>2013-05-26T05:33:35Z</dc:date>
  <entry>
    <title>RE: CSS removeMember in AXL for CUCM 9.0 doesn't work correct?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12050487" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12050487</id>
    <updated>2013-02-18T16:38:43Z</updated>
    <published>2013-02-18T16:38:43Z</published>
    <summary type="html">If you need to do more than add or remove a single route partition you can still use &lt;members&gt; - this works for me on my 9.0 UCM:
[b]&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/9.0"&gt;[/b]
[b]   &lt;soapenv:Header/&gt;[/b]
[b]   &lt;soapenv:Body&gt;[/b]
[b]      &lt;ns:updateCss sequence="1"&gt;[/b]
[b]         &lt;name&gt;testCss&lt;/name&gt;[/b]
[b]               &lt;members&gt;[/b]
[b]                  &lt;member&gt;[/b]
[b]                     &lt;routePartitionName&gt;testPartitionA&lt;/routePartitionName&gt;[/b]
[b]                     &lt;index&gt;1&lt;/index&gt;[/b]
[b]                  &lt;/member&gt;[/b]
[b]                  &lt;member&gt;[/b]
[b]                     &lt;routePartitionName&gt;testPartitionB&lt;/routePartitionName&gt;[/b]
[b]                     &lt;index&gt;3&lt;/index&gt;[/b]
[b]                     &lt;/member&gt;[/b]
[b]                  &lt;member&gt;[/b]
[b]                     &lt;routePartitionName&gt;testPartitionC&lt;/routePartitionName&gt;[/b]
[b]                     &lt;index&gt;2&lt;/index&gt;[/b]
[b]                     &lt;/member&gt;[/b]
[b]               &lt;/members&gt;[/b]
[b]      &lt;/ns:updateCss&gt;[/b]
[b]   &lt;/soapenv:Body&gt;[/b]
[b]&lt;/soapenv:Envelope&gt;[/b]
 </summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-02-18T16:38:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: CSS removeMember in AXL for CUCM 9.0 doesn't work correct?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12036396" />
    <author>
      <name>Michael Kail</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12036396</id>
    <updated>2013-02-18T09:18:43Z</updated>
    <published>2013-02-18T09:18:43Z</published>
    <summary type="html">Theoretically it works. Until you want to delete another partition or add a new partition. As the series has a hole you have to check what holes are there to find the correct index for adding or removing a partition. 
There is also another question: How can you change the order of the partitions? In former version there was the "member" tag (which is now replaced by removeMemebers and addMembers). But know you have to change the series with direct sql updates or delete and add requests. 
 
 </summary>
    <dc:creator>Michael Kail</dc:creator>
    <dc:date>2013-02-18T09:18:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: CSS removeMember in AXL for CUCM 9.0 doesn't work correct?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11952119" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11952119</id>
    <updated>2013-02-14T23:32:05Z</updated>
    <published>2013-02-14T23:32:05Z</published>
    <summary type="html">I can confirm the behaviour.  Also it appears if you remove a member in the UCM admin the sort order numbers get re-ordered, so there is variance there.

Theoretically, the (functional) order of the members is still correct, there's just a 'hole' in the series.  Does the possibility of a 'missing' sort order value cause a problem in  your app that you can't work around?

Can you clarify your last comment re 'tag field members' not working..?</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-02-14T23:32:05Z</dc:date>
  </entry>
  <entry>
    <title>CSS removeMember in AXL for CUCM 9.0 doesn't work correct?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11929563" />
    <author>
      <name>Michael Kail</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11929563</id>
    <updated>2013-02-14T13:34:22Z</updated>
    <published>2013-02-14T13:34:22Z</published>
    <summary type="html">Hi everybody,

i am having a problem with AXL version 9.0 and CUCM 9.0 when updating the route partitions of a calling search space. Adding partitions with addMembers works fine but removing partitions with removeMember does not update sortorder in the database table CallingSearchSpaceMember.
Has anybody the same experiences/problems?
Just to be sure, when using removeMembers you do only add the name and the index of the route partition you want to remove?

After all, the tag field members, which worked the last AXL Version doesn't work anymore :-(

Thanks for your help!
 </summary>
    <dc:creator>Michael Kail</dc:creator>
    <dc:date>2013-02-14T13:34:22Z</dc:date>
  </entry>
</feed>

