<?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>updatePhoneReqLines</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11744266" />
  <subtitle>updatePhoneReqLines</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11744266</id>
  <updated>2013-05-24T14:25:24Z</updated>
  <dc:date>2013-05-24T14:25:24Z</dc:date>
  <entry>
    <title>RE: updatePhoneReqLines</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12181979" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12181979</id>
    <updated>2013-02-20T22:56:15Z</updated>
    <published>2013-02-20T22:56:15Z</published>
    <summary type="html">From an XML perspective, getPhone provides a &lt;result&gt; that has &lt;device&gt;/&lt;lines&gt; list:
          ...
         &lt;return&gt;
            &lt;device ctiid="41" uuid="{0BD09152-AEAE-4173-4ABB-B7310F47DD36}"&gt;
               &lt;name&gt;SEP00215ACAAAAA&lt;/name&gt;
               &lt;description&gt;SEP00215ACAAAAA&lt;/description&gt;
               &lt;product&gt;Cisco 6941&lt;/product&gt;
               ...
              &lt;associatedPC/&gt;
               &lt;lines&gt;
                  &lt;line index="1" uuid="{3EABB7BB-7A42-64E6-3C50-622EF0A9C3F1}"&gt;
                     &lt;label&gt;(114)&lt;/label&gt;
                     &lt;asciiLabel&gt;(114)&lt;/asciiLabel&gt;
                     &lt;display&gt;(114)&lt;/display&gt;
                     ...
You can then use this structure in &lt;updatePhone&gt;/&lt;lines&gt;:
   &lt;ns:updatePhone sequence="1"&gt;
         &lt;name&gt;SEP00215ACAAAAA&lt;/name&gt;
         &lt;lines&gt;
            &lt;line index="1" uuid="{3EABB7BB-7A42-64E6-3C50-622EF0A9C3F1}"&gt;
               &lt;label&gt;newlabel&lt;/label&gt;
               &lt;asciiLabel&gt;(114)&lt;/asciiLabel&gt;
               &lt;display&gt;(114)&lt;/display&gt;
                ...
 </summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-02-20T22:56:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: updatePhoneReqLines</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12174370" />
    <author>
      <name>Ehren Koler</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12174370</id>
    <updated>2013-02-20T19:09:45Z</updated>
    <published>2013-02-20T19:09:16Z</published>
    <summary type="html">I initially found reference to the updatePhoneReqLines items in the following thread. [url=http://developer.cisco.com/web/axl/forums/-/message_boards/view_message/2192224]http://developer.cisco.com/web/axl/forums/-/message_boards/view_message/2192224[/url]  </summary>
    <dc:creator>Ehren Koler</dc:creator>
    <dc:date>2013-02-20T19:09:16Z</dc:date>
  </entry>
  <entry>
    <title>updatePhoneReqLines</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11744265" />
    <author>
      <name>Ehren Koler</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11744265</id>
    <updated>2013-02-08T19:14:31Z</updated>
    <published>2013-02-08T19:13:32Z</published>
    <summary type="html">I have seen this object referred to in a few different posts but I am not able to find it in version 7 of the wsdl i used for my Java project.
 
Does anyone know with what version this object became available? I have been able to apply the getPhone object to return the line array and then using Iteration to set the device specific line changes to display and  label but I have not be successul in applying the changes via updatePhone.  
 
Disclaimer:  I am newer to Java and the AXL API but have been fairly successful up to this point.  </summary>
    <dc:creator>Ehren Koler</dc:creator>
    <dc:date>2013-02-08T19:13:32Z</dc:date>
  </entry>
</feed>

