cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
836
Views
0
Helpful
3
Replies

addRemoteDestination returning back with -1 error

chengel
Cisco Employee
Cisco Employee

11.5 schema

 

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

  <soap-env:Body>

    <ns0:addRemoteDestination xmlns:ns0="http://www.cisco.com/AXL/API/11.5">

      <remoteDestination>

        <name>rd-test</name>

        <destination>8675309</destination>

        <answerTooSoonTimer>1500</answerTooSoonTimer>

        <answerTooLateTimer>19000</answerTooLateTimer>

        <delayBeforeRingingCell>4000</delayBeforeRingingCell>

        <ownerUserId>testuser</ownerUserId>

        <enableUnifiedMobility>true</enableUnifiedMobility>

        <remoteDestinationProfileName>RDP-Test</remoteDestinationProfileName>

        <isMobilePhone>true</isMobilePhone>

        <enableMobileConnect>true</enableMobileConnect>

      </remoteDestination>

    </ns0:addRemoteDestination>

  </soap-env:Body>

</soap-env:Envelope>

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

  <soapenv:Body>

    <soapenv:Fault>

      <faultcode>soapenv:Server</faultcode>

      <faultstring/>

      <detail>

        <axlError>

          <axlcode>-1</axlcode>

          <axlmessage/>

          <request>addRemoteDestination</request>

        </axlError>

      </detail>

    </soapenv:Fault>

  </soapenv:Body>

</soapenv:Envelope>

 

 

I have tried putting in a user that doesn't exist and I get a valid error response.  For this though, all I get is the -1 error.  Any thoughts?  Thanks in advance.

1 Accepted Solution

Accepted Solutions

dstaudt
Cisco Employee
Cisco Employee

I ran into this when the target Remote Destination Profile did not have a Line associated...might check?

View solution in original post

3 Replies 3

dstaudt
Cisco Employee
Cisco Employee

I ran into this when the target Remote Destination Profile did not have a Line associated...might check?

Also found an issue with the AXL schema (11.5/12.5) which causes Python Zeep to fail unexpectedly on <addRemoteDestination>.  I did find a workaround and added a sample to this collection: https://github.com/CiscoDevNet/axl-python-zeep-samples

That was the issue.  I appreciate it.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: