11-04-2014 01:50 PM
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 my code below:
JAXBElement<String> minimumSecurityLevel = new JAXBElement<String>(new QName(String.class.getSimpleName()), String.class, null, "Non Secure");
......
xMeetMe.setMinimumSecurityLevel(minimumSecurityLevel);
......
meetMe.setMeetMe(xMeetMe);
axlPort.addMeetMe(meetMe);
I also tried to use the SOAP UI and consume the same service (addMeetMe), and it worked pretty straight forward, no problem at all. I hope you guys could give me a heads up.
Thanks in advance.
Best Regards.
Fabio G. Martins
Solved! Go to Solution.
11-06-2014 12:10 PM
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 developers.
Best Regards
Fabio G. Martins
11-04-2014 02:01 PM
Maybe a clue, but the schema seems to show the minimum security type field is of type 'XDeviceSecurityMode' rather than string...
11-04-2014 02:49 PM
Thanks for the tip, I'm going to dig a little bit more. If I got stuck again I let you know.
Best Regards
Fabio G. Martins
11-05-2014 03:30 PM
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't work for me.
Before doing that, don't forget to import your https certificate inside your keystore (cacerts).
Follow attached the code to list all the MeetMe inside your CUCM. Some changes like your credentials and your partition must be made before using that code.
Best Regards
Fabio G. Martins
11-06-2014 12:10 PM
02-21-2015 09:41 PM
Thanks for sharing its a useful development
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide