David Staudt | If you need to do more than add or remove a single route partition you can still use <members> - this works for me on my 9.0 UCM: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/9.0"> <soapenv:Header/> <soapenv:Body> <ns:updateCss sequence="1"> <name>testCss</name> <members> <member> <routePartitionName>testPartitionA</routePartitionName> <index>1</index> </member> <member> <routePartitionName>testPartitionB</routePartitionName> <index>3</index> </member> <member> <routePartitionName>testPartitionC</routePartitionName> <index>2</index> </member> </members> </ns:updateCss> </soapenv:Body> </soapenv:Envelope> |
| Please sign in to flag this as inappropriate. |