Management

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

Hi,I am trying to use JAX-WS based on the demo app at the below URL. When i try to modify it to do an ExecuteSQL the return gives me list but row = null for each instance. Using Eclipse debug i can see the information under the ArrayList but it seems...

chhartle by Cisco Employee
  • 1825 Views
  • 3 replies
  • 0 Helpful votes

Hello,I try to querry the AXL but i receive a SoapEnv: FaultSend: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5">     <S...

Enric92 by Frequent Visitor
  • 1282 Views
  • 2 replies
  • 0 Helpful votes

It looks like through the AXL api's (like add phone) we can send the 'name' of an item instead of the UUId:  <phoneTemplateName uuid="?">></phoneTemplateName>><model>Cisco 7945</model>But - when we do a getPhone we only are passed back the UUID.  <ph...

Hi, I want to extract more information with AXL APIs, by using certain values returned in CUCM CDR log files.For example, I was able to pick up origDeviceName from CDR log file and use it in getPhone API call as a name attribute value to get details ...

Hi Cisco,I read this on the following guide for the selectcmdevice operation http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/devguide/9_1_1/xmldev-911/serviceability.html#wp1053885-------------------------------------------------------- Devic...