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

Axl updateRemoteDestination for enableMobileConnect not working

Hi,

I have successfully used updateRemoteDestination to change a number, but using it to update enableMobileConnect doesn't seem to work.

Any thoughts?

xml:


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axl="http://www.cisco.com/AXL/API/10.5">

  <soapenv:Header/>

  <soapenv:Body>

  <axl:updateRemoteDestination sequence="1">

  <uuid>uuidhere</uuid>

  <destination>destinationhere</destination>

  <enableMobileConnect>false</enableMobileConnect>

  </axl:updateRemoteDestination>

  </soapenv:Body>

  </soapenv:Envelope>

1 Reply 1

AXLSoap - UpdateRemoteDestinationReq

Scheme show switch element for necessary value. So I belive you shoud use uuid OR destination not mutually.