Log In
Technologies
Join the Network
Member Services
Events & Community
AXL Developer
Administrative XML
What is Administrative XML?
AXL Versioning
Develop and Test
Get Started
Documentation
Latest Version
Previous Versions
Operations By Release
Product Related Documentation
Build a Development Lab
Learn
Sample Apps
How To
AXL Developer Cookbook
Community and Support
Forums
Blogs
CDN Membership
Open a Support Case
Report Site Problems
FAQs
Collaboration Developer Sites
Collaboration Hub
Jabber Developer
WebEx Web Conferencing Developer
WebEx Social Developer
Voice and UC Developer
Voice and UC PAWS Developer
Contact Center Developer
Breadcrumbs
Community and Support
Forums
Administration XML Questions
Automatic reply: New Message from Daniel Appleby in Administration XML (AXL
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Administration XML Questions
Automatic reply: New Message from Daniel Appleby in Administration XML (AXL
Threads [
Previous
|
Next
]
Daniel Appleby
Posts:
0
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:
11
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:
0
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:
90
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:
0
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