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

Update linegroup API CUCM

brentvliex
Level 1
Level 1

I am trying to update the value for the distribution algorithm in a linegroup. Other request work for me except the update for a linegroup. My SOAP body is:

<soapenv:Envelope xmlns:soapenv="http://schemas.xml.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/12.5">
     <soapenv:Header/>
     <soapenv:Body>
          <ns:updateLineGroup>
               <name>HLtest1</name>
               <distributionAlgorithm>Longest Idle Time</distributionAlgorithm>
          </ns:updateLineGroup>
     </soapenv:Body>
</soapenv:Envelope>

Can somebody help me? I dont know what i am doing wrong.

1 Accepted Solution

Accepted Solutions

brentvliex
Level 1
Level 1

I have figured it out by myself. I spelled the url of the soapenv wrong.

It was http://schemas.xml.org/soap/envelope/

It should be "http://schemas.xmlsoap.org/soap/envelope/

View solution in original post

1 Reply 1

brentvliex
Level 1
Level 1

I have figured it out by myself. I spelled the url of the soapenv wrong.

It was http://schemas.xml.org/soap/envelope/

It should be "http://schemas.xmlsoap.org/soap/envelope/