cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1225
Views
0
Helpful
1
Replies

AXL XML Schema

fdharmawan
Level 4
Level 4

Hi Guys,

I want to automate Jabber device creation on my environment and I'm just getting started on AXL. I found some AXL example code to add new directory number into CUCM, but it lacks some of the attributes like alerting name, call forward all, etc. Can I get all the attributes of the directory number? My current example AXL code is the following:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.5">
<soapenv:Header/>
<soapenv:Body>
<ns:listLine>
<searchCriteria>
<pattern>12345</pattern>
</searchCriteria>
<returnedTags>
<pattern/>
<usage/>
<routePartitionName/>
<associatedDevices/>
</returnedTags>
</ns:listLine>
</soapenv:Body>
</soapenv:Envelope>

1 Accepted Solution

Accepted Solutions

fdharmawan
Level 4
Level 4

Nevermind. I found what I wanted on the following link https://developer.cisco.com/docs/axl-schema-reference/.

View solution in original post

1 Reply 1

fdharmawan
Level 4
Level 4

Nevermind. I found what I wanted on the following link https://developer.cisco.com/docs/axl-schema-reference/.