Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are issuing a request on our newly installed CUCM 15 and I am getting nothing in the response despite having 3 records in that list. Our CUCM 14 works fine and returns the requested values.
POST /axl/ HTTP/1.1
<SOAP-ENV:Envelope xmlns:SOAP-ENV="h...
Our client upgraded from CUCM 12.5 to 14 and when they use our software to update the User PIN, they get an error java.lang.NoClassDefFoundError: com/cisco/ccm/admin/utilities/UpdateUnityUsersPinUtil
Our request looks like this:
POST /axl/ HTTP/1.1
...
Our client upgraded from CUCM 12.5 to 14 and when they use our software to update the User PIN, they get an error java.lang.NoClassDefFoundError: com/cisco/ccm/admin/utilities/UpdateUnityUsersPinUtil
Our request looks like this:
POST /axl/ HTTP/1.1
...
Having adjusted the header to refer to the new version (which I thought I did, but apparently not) I am now able to run all of our commands on the CUCM 15.
Thank you!