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

AXL with <updateLineGroup>

magictrip18
Level 1
Level 1
im using this request

<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:updateLineGroup>

        <uuid>35c7b6ca-3378-4ddb-688b-97d5f6d8aeeb</uuid>

        <addMembers></addMembers>

        <member>4545</member>

    </ns:updateLineGroup>

  </soapenv:Body>

</soapenv:Envelope>

cucm show success and no changes are being reflected

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

As this question is about a different AXL request, moved to a separate discussion thread...

Carlos, per the AXL schema, your request can have either <addMembers> or <members> elements, but not both.  If you intention is to update the line group to contain only the single member 4545, then just removing <addMembers></addMembers> should do it.

Note: your request shows <member> which should be <members>

AXLSoap - updateLineGroup