<?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: Status about update BLF via updateDeviceProfile and the error in w in Management</title>
    <link>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4863647#M4086</link>
    <description>&lt;P&gt;Thanks Dstaudt,&lt;/P&gt;
&lt;P&gt;I find a way to correct the wsdl...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 05:56:40 GMT</pubDate>
    <dc:creator>christophegauder2</dc:creator>
    <dc:date>2023-06-28T05:56:40Z</dc:date>
    <item>
      <title>Status about update BLF via updateDeviceProfile and the error in wsld</title>
      <link>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4846486#M4064</link>
      <description>&lt;P&gt;Good Morning,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We recently upgraded our call manager to version 12.5.&lt;/P&gt;
&lt;P&gt;We are using since version 8 AXL apis and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;updateDeviceProfile&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;It is widely known that the WSDL definition has errors when dealing with BLFs and in the past, we corrected in the xsd file the famous 'minOccurs' filed.&lt;/P&gt;
&lt;P lang="fr-BE"&gt;&lt;A href="https://community.cisco.com/t5/management/axl-bug-within-xbusylampfield-since-version-8/td-p/3584624" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/management/axl-bug-within-xbusylampfield-since-version-8/td-p/3584624&lt;/A&gt;&lt;/P&gt;
&lt;P lang="fr-BE"&gt;&lt;A href="https://community.cisco.com/t5/management/xbusylampfield-specifies-minoccurs-1-which-contradicts/td-p/3576658" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/management/xbusylampfield-specifies-minoccurs-1-which-contradicts/td-p/3576658&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;With the version 12.5, it seems not be working any more.&lt;/P&gt;
&lt;P&gt;If we provide within&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;busyLampFields&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;blfDest&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;gt; perfect, that's working.&lt;/P&gt;
&lt;P&gt;If we do not provide it but gave&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bldDirn&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;+&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;routePartition&lt;/STRONG&gt;, we got the error (php) encoding object has no blfDest property.&lt;/P&gt;
&lt;P&gt;We have a serious issue with this.&lt;/P&gt;
&lt;P&gt;My Question : with 12.5, does someone known what to to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&amp;nbsp; I have a serious issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4846486#M4064</guid>
      <dc:creator>christophegauder2</dc:creator>
      <dc:date>2023-05-31T14:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Status about update BLF via updateDeviceProfile and the error in w</title>
      <link>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4863433#M4085</link>
      <description>&lt;P&gt;I've added a sample to this project that demonstrates a workaround using just Zeep code (without modifying the WSDL): &lt;A href="https://github.com/CiscoDevNet/axl-python-zeep-samples/blob/master/axl_add_Phone_busyLampField.py" target="_blank"&gt;https://github.com/CiscoDevNet/axl-python-zeep-samples/blob/master/axl_add_Phone_busyLampField.py&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Re-reading your question, it seems you might be using PHP (the project above is Python-based) - not quite sure how to do the equivalent in PHP, but the XML sent should end up looking like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;        &amp;lt;busyLampFields&amp;gt;
          &amp;lt;busyLampField&amp;gt;
            &amp;lt;blfDest&amp;gt;1000&amp;lt;/blfDest&amp;gt;
            &amp;lt;index&amp;gt;1&amp;lt;/index&amp;gt;
          &amp;lt;/busyLampField&amp;gt;
          &amp;lt;busyLampField&amp;gt;
            &amp;lt;blfDirn&amp;gt;1234567890&amp;lt;/blfDirn&amp;gt;
            &amp;lt;routePartition&amp;gt;&amp;lt;/routePartition&amp;gt;
            &amp;lt;index&amp;gt;2&amp;lt;/index&amp;gt;
          &amp;lt;/busyLampField&amp;gt;
        &amp;lt;/busyLampFields&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;but you need to trick your SOAP middleware into not including the blfDest/blfDirn fields without throwing a schema violation error...&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 18:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4863433#M4085</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2023-06-27T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Status about update BLF via updateDeviceProfile and the error in w</title>
      <link>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4863647#M4086</link>
      <description>&lt;P&gt;Thanks Dstaudt,&lt;/P&gt;
&lt;P&gt;I find a way to correct the wsdl...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 05:56:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/status-about-update-blf-via-updatedeviceprofile-and-the-error-in/m-p/4863647#M4086</guid>
      <dc:creator>christophegauder2</dc:creator>
      <dc:date>2023-06-28T05:56:40Z</dc:date>
    </item>
  </channel>
</rss>

