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 trying (in AXL/SOAP Java) to get a list of phone-names/ip-address like the one you have in the 'Cisco Unified CM Adminstration' portal.Currently I'm trying a combination of the AXL/SOAP getPhone/listPhone -calls but still nothing similar like the...
I found the SOAP/Java demo example in which a GetPhoneReq() is used to get information from a specific phone.Is there any Java example or tutorial with which I can send a message (CiscoIPPhoneText formatted) to a specific phone?I have searched quite ...
I've made the Eclipse-Java/GetPhone example and when I run it on my MacOSX-10.11.6 Eclipse I'll get the following results:2016-10-05 15:08:15,339 [main] INFO Demo.informUser:108 - Welcome to the Cisco AXL Sample APP.2016-10-05 15:08:15,339 [main] W...
Hi Nicholas, thanks for the great tip! I had not thought about this easy solution and it works pretty well. When I tried your example it showed a popup window asking me to enter username/password. I noticed that when using http://username:password@ph...
Hi 'dstaudt' again. Thanks to your great suggestions I got a working version. I based my solution on the AXL-HelloWorld example and used code to ignore all certificates! On my embedded environment the GetPhone() call now takes a whopping 1.6 seconds ...
Hi 'dstaudt', thanks for the great suggestions!I completely forgot that my test/host-OS has a 2.2Ghz Intel Core i7 with 16 GB-RAM, and the embedded environment is running on a 400 Mhz Atmel with 256 MB-RAM, which might explain the differences in dura...
Did you generate the local-keystore/certifcate with java8-keytool and tried to run it in a java6 environment?I think (in terms of security) java8-keytool / java6-keytool may differ in terms of algorithms, so you'ld better try to generate the local-k...