cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
611
Views
0
Helpful
1
Replies

AXL Operation not found error

I am new to developing on the AXL platform provided by CUCM and I am having trouble when trying to get the devices associated with the users? I'm trying to follow the sample code in the cookbook (https://developer.cisco.com/media/axl-cookbook/usersAndDevices.html), but I'm getting this error:

The endpoint reference (EPR) for the Operation not found is https://IP/axl/services/AXLAPIService and the WSA Action = CUCM:DB ver=10.5 executeSqlQuery

1 Reply 1

lior look
Level 5
Level 5

Hi Cameron,

First of all you looked of old scheme and you could see different DB fields between the versions.

Go to Cisco DevNet: Administrative XML (AXL) - Previous Versions to see your version's documents.

Try to use the API methods (not XML tags), for me its much more easy and I reduce my mistakes.

Take your time to look for methods as you see the AXL document in our community AXL you have a lot of stuff for that.

Good Luck.