Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Administration XML (AXL) Developer Center
Testing
Overview
Blogs
Documentation
Community
Wiki
Administration XML Developer Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Administration XML Questions
AXL listLine function on CUCM 8.6.1. No method found.
Threads [
Previous
|
Next
]
AXL listLine function on CUCM 8.6.1. No method found.
Daniel Appleby
11/16/12 2:09 AM
Automatic reply: New Message from Daniel Appleby in Administration XML (AXL
Michael Dunsdon
11/16/12 2:10 AM
Automatic reply: New Message from Daniel Appleby in Administration XML (AXL
Matt Bolton
11/16/12 2:11 AM
Re: New Message from Daniel Appleby in Administration XML (AXL) - Administr
Sascha Monteiro
11/16/12 2:23 AM
RE: AXL listLine function on CUCM 8.6.1. No method found.
Daniel Appleby
11/16/12 3:09 AM
Daniel Appleby
Posts:
2
Join Date:
11/16/12
Recent Posts
AXL listLine function on CUCM 8.6.1. No method found.
Answer
11/16/12 2:09 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5">
<soapenv:Body>
<listLine>
<searchCriteria>
<pattern>%</pattern>
</searchCriteria>
<returnedTags>
<description></description>
</returnedTags>
</listLine>
</soapenv:Body>
</soapenv:Envelope>
The response i get back from CUCM is:
'axl:Error' => {
'request' => 'listLine',
'axl:code' => '5003',
'axl:message' => '
No method found for processing request
',
'xmlns:axl' => '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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michael Dunsdon
Posts:
10
Join Date:
11/10/11
Recent Posts
Automatic reply: New Message from Daniel Appleby in Administration XML (AXL
Answer
11/16/12 2:10 AM as a reply to Daniel Appleby.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Matt Bolton
Posts:
5
Join Date:
6/2/11
Recent Posts
Automatic reply: New Message from Daniel Appleby in Administration XML (AXL
Answer
11/16/12 2:11 AM as a reply to Daniel Appleby.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sascha Monteiro
Posts:
87
Join Date:
10/6/08
Recent Posts
Re: New Message from Daniel Appleby in Administration XML (AXL) - Administr
Answer
11/16/12 2:23 AM as a reply to Daniel Appleby.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
You probably don't set the HTTP header with the dbversion, as the response
has a 1.0 namespace
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Daniel Appleby
Posts:
2
Join Date:
11/16/12
Recent Posts
RE: AXL listLine function on CUCM 8.6.1. No method found.
Answer
11/16/12 3:09 AM as a reply to Sascha Monteiro.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Ah that did the trick. Added CUCM
B ver=8.5 to the headers and now I get:
<HTML>
<HEAD><TITLE>An Error Occurred</TITLE></HEAD>
<BODY>
<H1>An Error Occurred</H1>
500 Internal Server Error
</BODY>
</HTML>
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top