<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: updatePhone Lines not working in AXL 10.5 with PHP in Management</title>
    <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600633#M2726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , thanks for replying I have actually worked out whats wrong and fixed my problem so all my scripts are now working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't realise that the WSDL schema was so 'broken' I've had to improvise a lot to egt any of my updates working but as I say they all work fine now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 16:02:51 GMT</pubDate>
    <dc:creator>lcwittebol</dc:creator>
    <dc:date>2016-06-17T16:02:51Z</dc:date>
    <item>
      <title>updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600619#M2712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen several threads about this issue, but I don't see any accepted solutions.&amp;nbsp; I am trying to run an updatePhones query to change things like Line Text Label on an existing phone and it's not working.&amp;nbsp; For whatever reason, php seems to parse the entire &amp;lt;lines&amp;gt;&amp;lt;/lines&amp;gt; element from the XML before sending it to CUCM.&amp;nbsp; Is this because it's not finding it in the wsdl?&amp;nbsp; I've tried multiple versions of schema, including 11.0 and the result is the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a snippet of the code I'm sending:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="php" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1442248244916709" jivemacro_uid="_1442248244916709" modifiedtitle="true"&gt;
&lt;P&gt;include 'axlConnection.php';&lt;/P&gt;
&lt;P&gt;$line = array("line"=&amp;gt;array("index"=&amp;gt;"1","label"=&amp;gt;$label));&lt;/P&gt;
&lt;P&gt;$response = $client-&amp;gt;updatePhone(array("name"=&amp;gt;$deviceName,"description"=&amp;gt;"this works","lines"=&amp;gt;$line));&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After sending the request, I output the value of $client-&amp;gt;__getLastRequest(); in order to look at the actual XML request, and here is what I'm getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14422483767797178" jivemacro_uid="_14422483767797178"&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:ns1="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/10.5" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/10.5&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;SOAP-ENV:Body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns1:updatePhone&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;SEP887556511A3F&amp;lt;/name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;this works&amp;lt;/description&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ns1:updatePhone&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/SOAP-ENV:Body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, the &amp;lt;lines&amp;gt; element is completely missing.&amp;nbsp;&amp;nbsp; This is driving me crazy!&amp;nbsp; Any one else seen this before and been able to get around it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 16:35:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600619#M2712</guid>
      <dc:creator>nkleven</dc:creator>
      <dc:date>2015-09-14T16:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600620#M2713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reproduced the problem here.&amp;nbsp; You're right; it ignores "lines".&amp;nbsp; It doesn't ignore "addLines", which tells me there's something unique about the "lines" identifier that's tripping it up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've examined the WSDL and xsd files, and I don't see any problem there.&amp;nbsp; SoapUI has no problem with the request, and it's using the same WSDL and xsd.&amp;nbsp; So I'm wondering if this is a PHP variable namespace problem.&amp;nbsp; Perhaps there's something in the PHP SOAP library that's causing the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend submitting this as a possible bug to the PHP developers. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 16:50:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600620#M2713</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-15T16:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600621#M2714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the confirmation Nicholas.&amp;nbsp; Can you think of any workarounds?&amp;nbsp; This has my development efforts at a standstill. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how do I submit this as a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:05:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600621#M2714</guid>
      <dc:creator>nkleven</dc:creator>
      <dc:date>2015-09-15T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600622#M2715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried a number of workarounds, such as using a class instead of an array, but that didn't help.&amp;nbsp; I'll continue to think about it, though.&amp;nbsp; Maybe something will come to me.&amp;nbsp; I haven't tried it yet, but you might consider doing a removeLines followed by an addLines to replace the existing line with the updated line.&amp;nbsp; That's a pretty nasty workaround, but it might work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's best to check to see if this has already been reported.&amp;nbsp; You can view existing bugs here:&amp;nbsp; &lt;A href="https://bugs.php.net/" title="https://bugs.php.net/"&gt;https://bugs.php.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you don't see the bug, you can submit a new bug here:&amp;nbsp; &lt;A href="https://bugs.php.net/report.php" title="https://bugs.php.net/report.php"&gt;PHP :: Report - New&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 15:46:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600622#M2715</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-16T15:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600623#M2716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help with this.&amp;nbsp; I will update the thread with my findings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 16:06:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600623#M2716</guid>
      <dc:creator>nkleven</dc:creator>
      <dc:date>2015-09-16T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600624#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For what it's worth, this worked for me (addLines):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;$line = array("line"=&amp;gt;array("index"=&amp;gt;"2","label"=&amp;gt;"MyPhone","dirn"=&amp;gt;array("pattern"=&amp;gt;"3536","routePartitionName"=&amp;gt;""),"recordingMediaSource"=&amp;gt;"Gateway Preferred"));&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;$response = $client-&amp;gt;updatePhone(array("name"=&amp;gt;"Pomeroy","addLines"=&amp;gt;$line));&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 16:12:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600624#M2717</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-16T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600625#M2718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so the question is, can we do an "addLine" to replace an existing line?&amp;nbsp; If that is possible it would be a good workaround.&amp;nbsp; Just do a getPhone to download the current line settings, make necessary changes and then re-add the line.&amp;nbsp; The only problem I see with this is that it will likely change the UUID, which could be troublesome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do you think Nusoap client could be a possible solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 16:44:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600625#M2718</guid>
      <dc:creator>nkleven</dc:creator>
      <dc:date>2015-09-16T16:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600626#M2719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I tried it, and it actually seems to work.&amp;nbsp; If you do an addLines to the index of an existing line, it modifies it, and the uuid for the line remains the same.&amp;nbsp; I'm surprised it works.&amp;nbsp; I expected an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that if you want to modify multiple lines at a time, you can't use an array for "line", since PHP can't deal with multiple elements with the same key.&amp;nbsp; You'll need to use an array of classes.&amp;nbsp; The PHP/AXL tutorial explains how to do that in "how to handle duplicate tags".&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/axl/learn/tutorials/axp-php-primer/index.gsp" title="https://developer.cisco.com/site/axl/learn/tutorials/axp-php-primer/index.gsp"&gt;Cisco DevNet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:45:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600626#M2719</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-16T17:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600627#M2720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great!&amp;nbsp; I will try this tonight and mark it as solved if that works for me.&amp;nbsp; Would you be willing to send your sample code?&amp;nbsp; The piece I haven't done before is taking the results of a getPhone and then sending it to an updatePhone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:49:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600627#M2720</guid>
      <dc:creator>nkleven</dc:creator>
      <dc:date>2015-09-16T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600628#M2721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't code it.&amp;nbsp; I used SoapUI to test it. But since my PHP addLines worked (see sample above), there shouldn't be any problems with doing in PHP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:50:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600628#M2721</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-16T17:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600629#M2722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is now resolved, thanks to suggestions from Nicholas Petreley and a lot more debugging.&amp;nbsp; I peeled back the layers of the onion and made the AXL calls directly from my client rather than going through a web service I built.&amp;nbsp; I then noticed that although the &amp;lt;lines&amp;gt; tags were accepted, they were completely missing from the request.&amp;nbsp; I then moved to &amp;lt;addLines&amp;gt; and started getting an error back stating that "recordingMediaSource" was missing from the request.&amp;nbsp; For whatever reason, this field is listed as required.&amp;nbsp; I added the field and now it's working!&amp;nbsp; Luckily the "addLines" actually works like an update when you are making changes to an existing line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To summarize...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOLUTION: Add the "recordingMediaSource" field to the &amp;lt;addLines&amp;gt; element of the "updatePhone" operation.&amp;nbsp; The valid settings are "Gateway Preferred" or "Phone Preferred".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 19:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600629#M2722</guid>
      <dc:creator>nkleven</dc:creator>
      <dc:date>2015-09-16T19:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600630#M2723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using python suds-jurko to send updates to CUCM so far all my scripts work fine, I cannot however update a 'deviceProfile ' with the following fields :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Line Text Label'&lt;/P&gt;&lt;P&gt;'Display (Caller ID)'&lt;/P&gt;&lt;P&gt;'ASCII Display (Caller ID)'&amp;nbsp; - not to be confused with the 'Alerting Name' and 'ASCII Alerting Name' which I can set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use soapUI to initially test the results then move this to python, soapUI gives me a positive result to the request using the 'updatePhone' method as described above but the fields remain empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so does anyone have a soapui envelope example for cucm 10.5 that I can work from&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:48:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600630#M2723</guid>
      <dc:creator>lcwittebol</dc:creator>
      <dc:date>2016-06-16T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600631#M2724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I worked it out ignore me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 05:49:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600631#M2724</guid>
      <dc:creator>lcwittebol</dc:creator>
      <dc:date>2016-06-17T05:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600632#M2725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please view the SOAP request you are sending to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 15:18:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600632#M2725</guid>
      <dc:creator>lior look</dc:creator>
      <dc:date>2016-06-17T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600633#M2726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , thanks for replying I have actually worked out whats wrong and fixed my problem so all my scripts are now working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't realise that the WSDL schema was so 'broken' I've had to improvise a lot to egt any of my updates working but as I say they all work fine now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 16:02:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600633#M2726</guid>
      <dc:creator>lcwittebol</dc:creator>
      <dc:date>2016-06-17T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: updatePhone Lines not working in AXL 10.5 with PHP</title>
      <link>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600634#M2727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell us please, what you changed in the WSDL schema?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 07:21:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updatephone-lines-not-working-in-axl-10-5-with-php/m-p/3600634#M2727</guid>
      <dc:creator>m.stolzenberg</dc:creator>
      <dc:date>2016-08-30T07:21:33Z</dc:date>
    </item>
  </channel>
</rss>

