Administration XML Developer Forums

Combination View Flat View Tree View
Threads [ Previous | Next ]
I'm new to the AXL services so hopefully I'm just overlooking something simple, but what I need to do is get a list of all the CMC (Client Matter Codes) that exist in a call manager.
 
I'm able to find the methods to add/delete/update/etc. but I can't find a method to call in the webservice to get a list of all avaliable CMC's.
 
Any assistance is appreciated,
 
 
Jason

RE: List all CMC's
Answer
1/13/11 11:12 PM as a reply to Jason Gullickson.
What version of UCM are you working with?
 
UCM 8.0 and onwards should have a listXXX request for CMCs.  Prior version may not, in which case you might need to use executeSQLQuery to query the CMC table directly.

We ended up going with executeSQLQuery, which did the trick.

Thanks!