<?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 Change cisco IPPhone BackGround Image using axlapi ?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>How to Change cisco IPPhone BackGround Image using axlapi ?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_recent_posts?p_l_id=</id>
  <updated>2013-05-21T03:42:17Z</updated>
  <dc:date>2013-05-21T03:42:17Z</dc:date>
  <entry>
    <title>RE: listPhone AXL Question</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13746719" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13746719</id>
    <updated>2013-04-01T22:49:32Z</updated>
    <published>2013-04-01T22:49:32Z</published>
    <summary type="html">listPhone already uses 'LIKE' in its comparison expression (vs '='), however the version of IDS supports few wildcard expressions in the LIKE:

http://publib.boulder.ibm.com/infocenter/idshelp/v115/index.jsp?topic=%2Fcom.ibm.sqls.doc%2Fids_sqs_1439.htm</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-04-01T22:49:32Z</dc:date>
  </entry>
  <entry>
    <title>RE: listPhone AXL Question</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13743995" />
    <author>
      <name>JOSH SILVA</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13743995</id>
    <updated>2013-04-01T21:34:40Z</updated>
    <published>2013-04-01T21:34:40Z</published>
    <summary type="html">If the site can do it then there has to be a way to implement it on the axl service.  Is there a way we can implement the LIKE clause instead of the EQUALS clause?</summary>
    <dc:creator>JOSH SILVA</dc:creator>
    <dc:date>2013-04-01T21:34:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: listPhone AXL Question</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13743901" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13743901</id>
    <updated>2013-04-01T21:26:02Z</updated>
    <published>2013-04-01T21:26:02Z</published>
    <summary type="html">listPhone is going to be case sensitive.  You could possibly try a SQL query, like:
 
&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5"&gt;
   &lt;soapenv:Header/&gt;
   &lt;soapenv:Body&gt;
      &lt;ns:executeSQLQuery sequence="1"&gt;
         &lt;sql&gt;select name from device where UPPER(name)=UPPER("ECPDSTAUDT")&lt;/sql&gt;
      &lt;/ns:executeSQLQuery&gt;
   &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;
-------------------------------
&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
   &lt;soapenv:Body&gt;
      &lt;ns:executeSQLQueryResponse xmlns:ns="http://www.cisco.com/AXL/API/8.5"&gt;
         &lt;return&gt;
            &lt;row&gt;
               &lt;name&gt;ECPdstaudt&lt;/name&gt;
            &lt;/row&gt;
         &lt;/return&gt;
      &lt;/ns:executeSQLQueryResponse&gt;
   &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;
However, take care with this query, as it won't be able to use any indexes (i.e. on 'name'), and probably requires a table scan with UPPER() operation on every row in the device table (potentially 10s of thousands of rows) when it runs.</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-04-01T21:26:02Z</dc:date>
  </entry>
  <entry>
    <title>listPhone AXL Question</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13743562" />
    <author>
      <name>JOSH SILVA</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13743562</id>
    <updated>2013-04-01T21:02:34Z</updated>
    <published>2013-04-01T21:00:28Z</published>
    <summary type="html">[color=#525252]It would seem like the listPhone search criteria is case sensitive.  I have the following using the wsdl:[/color]
[color=#525252]$return = $this-&gt;_client-&gt;listPhone(array('searchCriteria' =&gt; array('description'=&gt;'%'.$name.'%'),'returnedTags' =&gt; array('name'=&gt;'1')));[/color]
[color=#525252]however when I put the search term with a capital letter at the begining it returns what I need but when i do it in lower case it returns nothing.  How can i get this to not be case sensitive?[/color]</summary>
    <dc:creator>JOSH SILVA</dc:creator>
    <dc:date>2013-04-01T21:00:28Z</dc:date>
  </entry>
  <entry>
    <title>Error update Label when AXL request has accents</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13190774" />
    <author>
      <name>Anand Choudhari</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13190774</id>
    <updated>2013-03-18T09:52:16Z</updated>
    <published>2013-03-18T09:52:16Z</published>
    <summary type="html">Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-IN
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  


 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 


 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman","serif";}


Hi Team, 
Greetings !! 
Could you please help us in answering with the below PDI case query,
---------------------------------------------------- 
I need to know if there's any restriction when I use an AXL request to update name, because I receive an AXL error after upgrade to version 8.6. 
 I updated the AXL request to the new version, and all works but when there's an accent AXL fails.
The call manager Version is: 8.6.2.22900-9 with Locales Spanish Locales.
 
 
 I also send two request updating the alerting name, without accent mark and with accent mark:
 
 :::::::::::::::::::::::::::::: REQUEST ::::::::::::::::::::::::::::::
 POST /axl/ HTTP/1.0
 Host:10.217.1.18:8443
 Authorization: Basic
 QVhMLUNPUkVURUw6YzByM3QzbA==
 Accept: text/*
 Content-type: text/xml
 SOAPAction: "CUCM:DB ver=7.0"
 Content-length: 468
 
 &lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="[url=http://schemas.xmlsoap.org/soap/envelope/]http://schemas.xmlsoap.org/soap/envelope/[/url]"
 xmlns:xsi="[url=http://www.w3.org/2001/XMLSchema-instance]http://www.w3.org/2001/XMLSchema-instance[/url]" xmlns:xsd="[url=http://www.w3.org/2001/XMLSchema]http://www.w3.org/2001/XMLSchema[/url]"&gt;
 &lt;SOAP-ENV:Body&gt;
 &lt;updateLine&gt;
 &lt;uuid&gt;{C85BDF03-D3BE-D231-CF0E-67EE1F26F95A}&lt;/uuid&gt;
 &lt;description&gt;Pedro Bauza&lt;/description&gt;
 &lt;alertingName&gt;Pedro Bauza&lt;/alertingName&gt;
 &lt;asciiAlertingName&gt;Pedro Bauza&lt;/asciiAlertingName&gt;
 &lt;/updateLine&gt;
 &lt;/SOAP-ENV:Body&gt;
 &lt;/SOAP-ENV:Envelope&gt;
 
 :::::::::::::::::::::::::::::: RESPONSE ::::::::::::::::::::::::::::::
 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
 &lt;return&gt;{C85BDF03-D3BE-D231-CF0E-67EE1F26F95A}&lt;/return&gt;
 
 
 
 
 
 ==========================================================================
 ========================== FAILING SOLUTION ==============================
 ==========================================================================
 This solution is failing because alertingName has accent mark.
 
 :::::::::::::::::::::::::::::: REQUEST ::::::::::::::::::::::::::::::
 POST /axl/ HTTP/1.0
 Host:10.217.1.18:8443
 Authorization: Basic
 QVhMLUNPUkVURUw6YzByM3QzbA==
 Accept: text/*
 Content-type: text/xml
 SOAPAction: "CUCM:DB ver=7.0"
 Content-length: 468
 
 &lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="[url=http://schemas.xmlsoap.org/soap/envelope/]http://schemas.xmlsoap.org/soap/envelope/[/url]"
 xmlns:xsi="[url=http://www.w3.org/2001/XMLSchema-instance]http://www.w3.org/2001/XMLSchema-instance[/url]" xmlns:xsd="[url=http://www.w3.org/2001/XMLSchema]http://www.w3.org/2001/XMLSchema[/url]"&gt;
 &lt;SOAP-ENV:Body&gt;
 &lt;updateLine&gt;
 &lt;uuid&gt;{C85BDF03-D3BE-D231-CF0E-67EE1F26F95A}&lt;/uuid&gt;
 &lt;description&gt;Pedro Bauza&lt;/description&gt;
 &lt;alertingName&gt;Pedro Bauz[b][color=#1f497d]á[/color][/b]&lt;/alertingName&gt; [b][color=#1f497d]&lt;---------------------------------------------- ACCENT MARK[/color][/b]
 &lt;asciiAlertingName&gt;Pedro Bauza&lt;/asciiAlertingName&gt;
 &lt;/updateLine&gt;
 &lt;/SOAP-ENV:Body&gt;
 &lt;/SOAP-ENV:Envelope&gt;
 
 :::::::::::::::::::::::::::::: RESPONSE ::::::::::::::::::::::::::::::
 HTTP/1.1 200 OK
 Set-Cookie:
 JSESSIONIDSSO=5455E21D34BA071FAF9208E552D7BA1E; Path=/; Secure
 Set-Cookie: JSESSIONID=664F7BDA1DC148B9B0881FA83AC79755; Path=/axl;
 Secure; HttpOnly
 Accept: text/xml, text/html, image/gif, image/jpeg, *;
 q=.2, */*; q=.2
 SOAPAction: "CUCM:DB ver7.0
 Content-Type:
 text/xml;charset=utf-8
 Content-Length: 654
 Date: Thu, 14 Mar 2013 10:27:36
 GMT
 Connection: close
 Server:
 
 &lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
 &lt;SOAP-ENV:Envelope SOAP-ENV:encodingStyle="[url=http://schemas.xmlsoap.org/soap/encoding/]http://schemas.xmlsoap.org/soap/encoding/[/url]"
 xmlns:SOAP-ENV="[url=http://schemas.xmlsoap.org/soap/envelope/]http://schemas.xmlsoap.org/soap/envelope/[/url]"&gt;
 &lt;SOAP-ENV:Header /&gt;
 &lt;SOAP-ENV:Body&gt;
 &lt;SOAP-ENV:Fault&gt;
 &lt;faultcode&gt;SOAP-ENV:Client&lt;/faultcode&gt;
 &lt;faultstring&gt;XML document structures must start and end within the
 same entity.&lt;/faultstring&gt;
 &lt;detail&gt;
 &lt;axl:Error xmlns:axl="[url=http://www.cisco.com/AXL/API/7.0]http://www.cisco.com/AXL/API/7.0[/url]"&gt;
 &lt;axl:code&gt;5001&lt;/axl:code&gt;
 &lt;axl:message&gt;XML document structures must start and end within the
 same entity.
 &lt;/axl:message&gt;
 &lt;request&gt;updateLine&lt;/request&gt;
 &lt;/axl:Error&gt;
 &lt;/detail&gt;
 &lt;/SOAP-ENV:Fault&gt;
 &lt;/SOAP-ENV:Body&gt;
 &lt;/SOAP-ENV:Envelope&gt;
 
------------------------------------------------------ 
Thanks for your help in advance. 
 
Kind Regards, 
Anand Choudhari 
------------- 
Cisco PDI Help Desk</summary>
    <dc:creator>Anand Choudhari</dc:creator>
    <dc:date>2013-03-18T09:52:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Re: New Message from Dan-Anders Hook in Administration XML (AXL) - Admi</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12829943" />
    <author>
      <name>Nate Kleven</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12829943</id>
    <updated>2013-03-09T20:44:54Z</updated>
    <published>2013-03-09T20:44:54Z</published>
    <summary type="html">I just verified this also fixes 9.0 schema.   I also spent hours trying to track this down.  I'm glad I found your post or I would probably still be troubleshooting this.
 
Thanks!</summary>
    <dc:creator>Nate Kleven</dc:creator>
    <dc:date>2013-03-09T20:44:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: Searching Directory Numbers</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12324256" />
    <author>
      <name>JAMES DEPHILLIP II</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12324256</id>
    <updated>2013-02-24T20:16:05Z</updated>
    <published>2013-02-24T20:16:05Z</published>
    <summary type="html">And I apologize I thought it worked on partition as well but I was incorrect.</summary>
    <dc:creator>JAMES DEPHILLIP II</dc:creator>
    <dc:date>2013-02-24T20:16:05Z</dc:date>
  </entry>
  <entry>
    <title>RE: Searching Directory Numbers</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12324248" />
    <author>
      <name>JAMES DEPHILLIP II</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12324248</id>
    <updated>2013-02-24T20:13:11Z</updated>
    <published>2013-02-24T20:13:11Z</published>
    <summary type="html">[quote=Rocco Prielipp]yes of cause with a sql statement, but i want to know an axl-soap-method not an direct sql statement[/quote]
 
Rocco,
The ListRoutePlanReq is just performing a SQL query for you. When it ask for the dnOrPattern use the SQL pattern i.e 55% would return 55 and anything after that. This is also true for type and partition. i.e if you have a partition name "MyPT" and you search "My%" it would return "MyPT" You can also flip these around and use %55 which would return 12355. You can even do %55% which would return 125534. Hope this helps!</summary>
    <dc:creator>JAMES DEPHILLIP II</dc:creator>
    <dc:date>2013-02-24T20:13:11Z</dc:date>
  </entry>
  <entry>
    <title>How to Change cisco IPPhone BackGround Image using axlapi ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10732197" />
    <author>
      <name>ashok kolwal</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10732197</id>
    <updated>2013-01-16T09:54:37Z</updated>
    <published>2013-01-16T09:51:23Z</published>
    <summary type="html">Hi,
any one can tell me how can I Change cisco IPPhone Image using axlapi programing
or through any other api. I am using CallManager 8.5 and 8.0 and CiscoIPPhone Model 9971,8961
I have done it Manually upload .png Images and List.xml 
Please Answer Me ASAP.
Thanks &amp; Regards
Ashok Kolwal
 </summary>
    <dc:creator>ashok kolwal</dc:creator>
    <dc:date>2013-01-16T09:51:23Z</dc:date>
  </entry>
</feed>

