cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
978
Views
0
Helpful
2
Replies

Using AXL on CIMP

stephan.steiner
Spotlight
Spotlight

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

2 Replies 2

Alexander Stevenson
Cisco Employee
Cisco Employee

 

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:

 

dstaudt
Cisco Employee
Cisco Employee

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.