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.
Hi,I have an identity system which is automatically managing end users in CUCM via AXL.The system is caps sensitive, so if a user is provided as "bob test", it will be created in CUCM as "bob test". If the user is then amended to be "Bob Test", the i...
Using CUCM 9.1.2.1, I am successfully creating basic users using <ns:addUser> AXL.I want to provision my users with enableEmcc set to true, but <enableEmcc>t</enableEmcc> is not working, no error message is given, it simply does not update.Provisioni...
Thanks, that makes sense I suppose. I did end up downloading the schema and correcting the case on applicable management agents in the way you suggested. All appears to be working as expected now
That's interesting to hear - I'm using an executeSQLQuery request rather than a getUser request (as I import up to 1000 users in one request) - could that be the difference?
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http...
You're absolutely right Nicholas, that fixed it, thanks!I've since updated the cases of all the attributes I export to, to match those listed in the schema. It's unfortunate that when selecting users and receiving the XML from the API for those, the ...
Thanks - I didn't have a SOAPAction header at all. I added one as per your example and after a bit of trouble with 500 and 599 responses it's finally working correctly.Much appreciated.