Questions tagged [cisco-axl]

Cisco Administrative XML Web Service (AXL)

The Administrative XML Web Service (AXL) is a XML/SOAP based interface that provides a mechanism for inserting, retrieving, updating and removing data from the Unified Communication configuration database.

Developers can use AXL and the provided WSDL to Create, Read, Update, and Delete objects such as gateways, users, devices, route-patterns and much more..

54 questions
0
votes
1 answer

Understanding Cisco IP Phone's Screenshot system

Update: I posted this question originally with the tag cisco-axl, which should explain the context of this post to anyone who knows what cisco-axl is. Not sure why it was voted to be closed and placed on hold. I will attempt to make this post…
Kimomaru
  • 993
  • 4
  • 14
  • 30
0
votes
1 answer

command in wsimport, error: -Xnocompile is an invalid option or argument

Good afternoon everyone I have some problem.. I tried to export cisco library to my java project using cmd wsimport command but an error message appears when i run this: wsimport -keep -b schema/current/AXLSOAP.xsd -Xnocompile -s src -d bin…
Ivan San
  • 1
  • 1
0
votes
1 answer

c# AXL XElement Data to datagridview

I'm busy with a application that extract data from Cisco CUCM to Datagridview with AXL/SOAP. I get only the last record in the datagridview if I put the info to a combobox I get the compleet list. The info what I extract with AXL is: …
0
votes
1 answer

Parse XML using PHP with multiple namespaces

I have an xml file which i am having a hard time to correctly parse: I need to retrieve the Value from the xml file
RAVI
  • 1
  • 1
0
votes
1 answer

Getting correct attribute nesting with Python Suds and Cisco Axl

I've been working on getting Cisco Call Manager's AXL working with Python rather than php (where I have it running without a problem), and have been running into an issue. I've spent hours beating my head against it, so I figured it's time to…
0
votes
1 answer

Override GetWebRequest method to switch HTTP1.1 to 1.0

I am using Cisco AXL web service in .NET. The problem is, it does not allow me to override GetWebRequest method to change HTTP version. I am following this document that gave me the following code to add…
laitha0
  • 4,148
  • 11
  • 33
  • 49
0
votes
1 answer

Cisco AXL 8.5 WSDL Java Import TranslationPattern

This question is very specific. If CUCM, AXL and SOAP doesn't tell you anything, there's no need to read further. Except you're interested. Has anyone been successful at wsimporting the current WSDL file for Cisco AXL and supporting the…
Atmocreations
  • 9,923
  • 15
  • 67
  • 102
-1
votes
1 answer

How can I set the "forward all" feature for an extension on cisco call manager with PHP?

I am using the AXL API with PHP, and I want to make an application that allows the user to set the forward to voicemail feature on cisco call manager for an extension. However, I cannot find a good tutorial or documentation on the updateLine()…
M. Barbieri
  • 512
  • 2
  • 13
  • 27
-1
votes
2 answers

Web Service Client Error in Java

I don't know this is the right platform to ask this question or not, but as this question is related to programming, so that's why i am going to ask this question that might be i get some clue about the problem. Actually i work in Cisco CVP…
user1722376
  • 107
  • 3
  • 10
1 2 3
4