cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1232
Views
5
Helpful
2
Replies

AXL - Begining user suggestions

andrew.m
Level 1
Level 1

Hi All,

I was wondering if someone would be able to guide me into some video or documentation on how to get started with AXL and scripting for call manager?  Just want to learn the basics right now and seems like some of the information is very great on the Devnet website but might be a little further advanced for me. Some videos would be outstanding.  Any help would be great!

 

Thank You in advance.

2 Replies 2

npetrele
Cisco Employee
Cisco Employee

I plan to make a video later this year, but that doesn't help you now.  In the meantime, I suggest you download the free open source version of SoapUI (https://www.soapui.org/downloads/soapui.html) and play with AXL that way.  I actually recommend using SoapUI even if you're very familiar with AXL. It's an amazing tool for testing AXL requests.

thedd
Level 1
Level 1

Have a look at the AXL Dokumentation.

Try to understand the XML for the things like users or phones you are interested into.

 

Choose a programming langauge you want to use.

Will there be a SOAP Client you use programmed in any language?
Are you going to use a php site?

Ever thought about using postman?

 

The AXL and XML part is the easiest one.

The decision how to use it and what use cases you are going to cover is mor complicated