08-30-2021 05:15 AM
You can download an axl toolkit from CIMP servers. it contains the WSDL for an axl webservice, that allows you to e.g. query the cluster state, list users, execute SQL.
The toolkit comes just as the corresponding toolkit from CUCM - the sample app, some schema files, compilation hints, and that's that.
Is there any documentation for that guide? I'm looking for examples, e.g. listUser seems to work quite differently from how things work on CUCM. Or when I call getClusterNodesAndCriticalServices for my CUP nodes (that I'm listing with getClusterInfo), I do get an empty <assignedSubcluster> even though the server is clearly assigned to a subcluster (can be seen under presence redundancy groups in ccmadmin, or under "System - Presence Topology" on CIMP itself
09-07-2021 11:12 AM
Hello @stephan.steiner,
Hopefully one of these links will fulfill your needs or at least point you in the right direction:
Cisco Administrative XML (AXL) Docs (online)
https://developer.cisco.com/site/axl/
Download the AXL WSDL
https://developer.cisco.com/docs/axl/#!download-the-axl-wsdl/download-the-axl-wsdl
Cisco Unified Communications Manager product related documents
https://developer.cisco.com/docs/axl/#!product-related-documents
Also:
09-09-2021 05:23 PM
AXL on CIMP is 'nominally supported' in that the engineering team is OK with developers using it, but it is not maintained/tested (documented, etc.) in the same way that CUCM AXL is. You can generate HTML docs based on the WSDL using various tools like XMLSpy or Eclipse/Oxygen if you like. As far as functionality, about all I can suggest is opening tickets with DevNet dev support - they can help follow up with engineering to see what's happening under the hood.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide