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

CUCM 10.5 AXL allLine

John F
Level 1
Level 1

This XML is not working when trying to add a DN. Any suggestions?

 

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">
<soapenv:Body>
<ns:addLine>
<pattern>800019490006</pattern>
<description>Nancy Higgins / 90006</description>
<routePartitionName>PA-NVS-USIR-OWNNET</routePartitionName>
<alertingName>Nancy Higgins</alertingName>
<asciiAlertingName>Nancy Higgins</asciiAlertingName>
<presenceGroupName>Standard Presence group</presenceGroupName>
<shareLineAppearanceCssName>CS-USIR-SUPER-URS</shareLineAppearanceCssName>
</ns:addLine>
</soapenv:Body>
</soapenv:Envelope>

2 Replies 2

John F
Level 1
Level 1

Got it.  Was missing <line>

 

<soapenv:Body>
<ns:addLine>

<line>
<pattern>800019490006</pattern>

My Advise: Always Check the AXL Reference ther you can see what parts of XML is mandatory.

But i see you already found your mistake.