« Back to Administration XML Questions

RE: New Message from MIKE WILCOX in AXL Developer - Administration XML Ques

Combination View Flat View Tree View
Threads [ Previous | Next ]
Trying to add a CSS in CUCM 8.6.2. The CSS is created, but none of the partitions are in the CSS. AXL request is below.
Thanks,
Mike
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body><addCSS>
<newCSS>
<name>MTH1-Lync-CSS</name>
<description>MTH1 Lync Calls</description>
<member index="1"><routePartitionName>MTH1-Lync-iNet-PT</routePartitionName></member>
<member index="2"><routePartitionName>MTH1-Lync-PSTN-PT</routePartitionName></member>
<member index="3"><routePartitionName>CTI-PORT-PT</routePartitionName></member>
</newCSS>
</addCSS>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I’ll assume your member tags needs to be enclosed in a members tag
<members>
<member/>
<member/>
</members>

Dennis Heim | Sr. Unified Collaboration Team Lead
World Wide Technology | 314.212.1814 | dennis.heim@wwt.com<mailto:dennis.heim@wwt.com>
“Creating Impact, Ignition & Scalability”

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, March 06, 2013 5:33 PM
To: cdicuser@developer.cisco.com
Subject: New Message from MIKE WILCOX in AXL Developer - Administration XML Questions: AXL addCSS

MIKE WILCOX has created a new message in the forum "Administration XML Questions": -------------------------------------------------------------- Trying to add a CSS in CUCM 8.6.2. The CSS is created, but none of the partitions are in the CSS. AXL request is below.
Thanks,
Mike
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body><addCSS>
<newCSS>
<name>MTH1-Lync-CSS</name>
<description>MTH1 Lync Calls</description>
<member index="1"><routePartitionName>MTH1-Lync-iNet-PT</routePartitionName></member>
<member index="2"><routePartitionName>MTH1-Lync-PSTN-PT</routePartitionName></member>
<member index="3"><routePartitionName>CTI-PORT-PT</routePartitionName></member>
</newCSS>
</addCSS>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--
To respond to this post, please click the following link: http://developer.cisco.com/web/axl-developer/forums/-/message_boards/view_message/12720681 or simply reply to this email.

That did it.
Thanks Dennis! emoticon
 
Dennis Heim:
I’ll assume your member tags needs to be enclosed in a members tag
<members>
<member/>
<member/>
</members>

Dennis Heim | Sr. Unified Collaboration Team Lead
World Wide Technology | 314.212.1814 | dennis.heim@wwt.com<mailto:dennis.heim@wwt.com>
“Creating Impact, Ignition & Scalability”

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, March 06, 2013 5:33 PM
To: cdicuser@developer.cisco.com
Subject: New Message from MIKE WILCOX in AXL Developer - Administration XML Questions: AXL addCSS

MIKE WILCOX has created a new message in the forum "Administration XML Questions": -------------------------------------------------------------- Trying to add a CSS in CUCM 8.6.2. The CSS is created, but none of the partitions are in the CSS. AXL request is below.
Thanks,
Mike
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body><addCSS>
<newCSS>
<name>MTH1-Lync-CSS</name>
<description>MTH1 Lync Calls</description>
<member index="1"><routePartitionName>MTH1-Lync-iNet-PT</routePartitionName></member>
<member index="2"><routePartitionName>MTH1-Lync-PSTN-PT</routePartitionName></member>
<member index="3"><routePartitionName>CTI-PORT-PT</routePartitionName></member>
</newCSS>
</addCSS>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--
To respond to this post, please click the following link: http://developer.cisco.com/web/axl-developer/forums/-/message_boards/view_message/12720681 or simply reply to this email.