Created by: Martin Sloan on 10-11-2011 04:44:07 PM Hello, I'm trying to use the listCallManager operation and I'm receiving an error that the method is not found. The CUCM is 8.5.(1) and my messages are being sent via Perl/SOAP::Lite. Here is the code I'm using: my $cm = new SOAP::Lite encodingStyle => '', uri => "$axltoolkit", proxy => "https://$cucmip:$axl_port/axl/" ;
my $res =$cm->listCallManager('searchCriteria'=> \SOAP:ata->value( SOAP:ata->name('name' => "%"))); unless ($res->fault) { $Data:umper::Incident=3; print Dumper($res->paramsall()); The error I receive is: SOAP-ENV:Client, No method found for processing request Anyone have an idea of why the listCallManager method isn't found? I've referenced the AXL interface specs for 8.5(1) and have included the 'name' for 'searchCriteria' which it flags as mandatory (1 of the searchCriteria items). Any help is appreciated. Thanks, Marty
Subject: Re: New Message from Martin Sloan in Administration XML (AXL) - Administrat Replied by: Sascha Monteiro on 10-11-2011 04:57:06 PM you need to include the returnedTags element as well I believe
Subject: RE: No method found - listCallManager Replied by: Martin Sloan on 11-11-2011 02:19:49 PM Thanks Sascha. I've added the returnedTags element as well but still no luck. If I use the "listCallManager" element I receive a "No method found for processing request" and if I use the "ListCallManagerReq" I get a "No Handler found for ListCallManagerReq". I'm new to using the AXL interface so I might be missing something basic but I haven't worked it out so far. I'm using many of the add and get elements without issues. Is the structure of the list elements different than the add and get that you know of?
Thanks again,
Marty
Subject: RE: No method found - listCallManager Replied by: Dan-Anders Hook on 29-11-2011 04:35:34 PM Hi,
I'm sending this XML and it works. The 8.5 API is more picky about the namespace for the methods than previous versions, so the "xmlns="http://www.cisco.com/AXL/API/8.5" needs to be included. I do think that you would receive a different error if if was missing though.
It seems the returnedTags makes is possible to get more information in the response. When I send the xml below I get the name and description for the CUCM process as well:
Subject: RE: No method found - listCallManager Replied by: Martin Sloan on 09-01-2012 11:23:44 AM Hey Dan,
I'm getting closer to sending the "list" method successfully. Thanks to your help on the DB version from a different post, I'm calling the right method but receive "Usage: Required returnedTags as empty tag or should contain requested tags". Here is my message:
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: