<?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>AXL listLine function on CUCM 8.6.1. No method found.</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8600845" />
  <subtitle>AXL listLine function on CUCM 8.6.1. No method found.</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8600845</id>
  <updated>2013-05-22T22:34:00Z</updated>
  <dc:date>2013-05-22T22:34:00Z</dc:date>
  <entry>
    <title>RE: AXL listLine function on CUCM 8.6.1. No method found.</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8602133" />
    <author>
      <name>Daniel Appleby</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8602133</id>
    <updated>2012-11-16T03:09:23Z</updated>
    <published>2012-11-16T03:09:23Z</published>
    <summary type="html">Ah that did the trick. Added CUCM:DB ver=8.5 to the headers and now I get:
 

&lt;HTML&gt;
&lt;HEAD&gt;&lt;TITLE&gt;An Error Occurred&lt;/TITLE&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;H1&gt;An Error Occurred&lt;/H1&gt;
500 Internal Server Error
&lt;/BODY&gt;
&lt;/HTML&gt;</summary>
    <dc:creator>Daniel Appleby</dc:creator>
    <dc:date>2012-11-16T03:09:23Z</dc:date>
  </entry>
  <entry>
    <title>Re: New Message from Daniel Appleby in Administration XML (AXL) - Administr</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600940" />
    <author>
      <name>Sascha Monteiro</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600940</id>
    <updated>2012-11-16T02:23:48Z</updated>
    <published>2012-11-16T02:23:48Z</published>
    <summary type="html">Hi,

You probably don't set the HTTP header with the dbversion, as the response
has a 1.0 namespace</summary>
    <dc:creator>Sascha Monteiro</dc:creator>
    <dc:date>2012-11-16T02:23:48Z</dc:date>
  </entry>
  <entry>
    <title>Automatic reply: New Message from Daniel Appleby in Administration XML (AXL</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600865" />
    <author>
      <name>Matt Bolton</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600865</id>
    <updated>2012-11-16T02:11:48Z</updated>
    <published>2012-11-16T02:11:48Z</published>
    <summary type="html">I will be out of the office and have very limited access to email / phone from Nov 15 - Nov 18. I will respond to you upon my return but if you need immediate assistance, contact Udaya Padmanabhuni: Udaya.Padmanabhuni@Quest.com

Regards,
Matt

Matt Bolton
Dell | Network Management, Quest Software
office +1 415 293 6514, mobile +1 45 519 4011

Quest Software is now a part of Dell</summary>
    <dc:creator>Matt Bolton</dc:creator>
    <dc:date>2012-11-16T02:11:48Z</dc:date>
  </entry>
  <entry>
    <title>Automatic reply: New Message from Daniel Appleby in Administration XML (AXL</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600858" />
    <author>
      <name>Michael Dunsdon</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600858</id>
    <updated>2012-11-16T02:10:48Z</updated>
    <published>2012-11-16T02:10:48Z</published>
    <summary type="html">I am out of the office on the 16th November and will reply to your email my return.

For any urgent requests, please contact Peter Hall (peter@atomwide.com) or telephone 01689 814700

Thank you

Tel 01689 814700   Fax 01689 814778
https://support.atomwide.com/

Company Reg number: 2142875

Unit 2-3, Ravensquay Business Centre,
Cray Avenue,
Orpington, Kent, BR5 4BQ</summary>
    <dc:creator>Michael Dunsdon</dc:creator>
    <dc:date>2012-11-16T02:10:48Z</dc:date>
  </entry>
  <entry>
    <title>AXL listLine function on CUCM 8.6.1. No method found.</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600844" />
    <author>
      <name>Daniel Appleby</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8600844</id>
    <updated>2012-11-16T02:09:25Z</updated>
    <published>2012-11-16T02:09:25Z</published>
    <summary type="html">Hi All,
I am trying to use the listLine function in CUCM 8.6.1 AXL Api. I am using the following XML and submitting via Perl:
[i]&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5"&gt;
&lt;soapenv:Body&gt;
    &lt;listLine&gt;
                        &lt;searchCriteria&gt;
                                &lt;pattern&gt;%&lt;/pattern&gt;
                        &lt;/searchCriteria&gt;
                                &lt;returnedTags&gt;
                                        &lt;description&gt;&lt;/description&gt;
                                &lt;/returnedTags&gt;
    &lt;/listLine&gt;
&lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;[/i]
The response i get back from CUCM is:
 
 'axl:Error' =&gt; {
                                                               'request' =&gt; 'listLine',
                                                               'axl:code' =&gt; '5003',
                                                               'axl:message' =&gt; '[b]No method found for processing request[/b]',
                                                               'xmlns:axl' =&gt; 'http://www.cisco.com/AXL/API/1.0'
                                                             }
Looking at the documentation 8.6 does appear to support listLine. Is there something wrong with the XML i am using? I have already done some searching and tried a number of different XML requests but all give back the same result. The CUCM environment was previously at 7.1 but has since been upgraded. Could something have been missed in the upgrade?
Thanks in Advance.
Daniel
 </summary>
    <dc:creator>Daniel Appleby</dc:creator>
    <dc:date>2012-11-16T02:09:25Z</dc:date>
  </entry>
</feed>

