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.
I'm new on cisco unified communications manager (CUCM) and I'm developing a customization using AXL, I'm just trying to create a remote meet-me conference but I got stuck on that message.I already tried everything, but nothing seems to work, follow m...
I'm developing a customization using AXL, but I got stuck on that message.I already tried everything, but nothing seems to work, follow my code below:JAXBElement<String> minimumSecurityLevel = new JAXBElement<String>(new QName(String.class.getSimpleN...
Yes, actually I figured out what I was doing wrong, then I fixed and attached the code on that thread to contribute with the community. That's sounds fair to me Best RegardsFabio G. Martins
Hello guys, I finally found a way to create a remote MeetMe using the WSDL, I should instantiate one ObjectFactory provided by CUCM instead of create it by my self. Follow attached the code with my implementation, I hope that can help others develope...
So far I couldn't create a class to remotely create a MeetMe conference, what I did instead, was a list of all MeetMe inside the CUCM, I'll share this code anyway. Maybe somebody will need that. I'll keep trying to figure out why the addMeetMe doesn'...