cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2202
Views
0
Helpful
2
Replies

Directory Number AXL SOAP

patel-hitesh
Level 1
Level 1

I would like get the details from CUCM page Directory Number using AXLtoolkit SOAP API 11.5.

directoryNumberEdit.do?key=<pkid>

Please inform how to get all the fields with this page using SOAP AXL method or list of methods to all the fields.

1 Accepted Solution

Accepted Solutions

npetrele
Cisco Employee
Cisco Employee

Perhaps you want getLine?  For example, this will return information about the Directory Number 3000.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">

   <soapenv:Header/>

   <soapenv:Body>

      <ns:getLine sequence="?">

         <pattern>3000</pattern>

      </ns:getLine>

   </soapenv:Body>

</soapenv:Envelope>

View solution in original post

2 Replies 2

npetrele
Cisco Employee
Cisco Employee

Perhaps you want getLine?  For example, this will return information about the Directory Number 3000.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">

   <soapenv:Header/>

   <soapenv:Body>

      <ns:getLine sequence="?">

         <pattern>3000</pattern>

      </ns:getLine>

   </soapenv:Body>

</soapenv:Envelope>

Thanks a lot Nicholas, That worked exactly required.

Also, have some query for the Line 1 on Device SEP3242332 (example) section on the same DirectoryNumber page. This section only comes up if you have the mapkey and devicekey.

Please inform if there is any SOAP method available to get those data and update with same soap axl method.

Appreciate your help.

Thanks,

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: