We tried to create "Remote Destination Profile" according to the latest document (page 33) but we got failure from server. Please advise what is the problem.
Request :
<soapenv:Envelope
xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" <
http://schemas.xmlsoap.org/soap/envelope/>
xmlns:ns="
http://www.cisco.com/AXL/API/8.5" <
http://www.cisco.com/AXL/API/8.5> >
<soapenv:Header/>
<soapenv:Body><ns:addRemoteDestinationProfile sequence="1">
<remoteDestinationProfile> <name>RDP80000001</name>
<description>RDP80000001</description>
<devicePoolName>CTM_Device_Pool_1</devicePoolName>
<callingSearchSpaceName>CSS_INCOMING_XLATE</callingSearchSpaceName>
<rerouteCallingSearchSpaceName>CSS_INCOMING_XLATE</rerouteCallingSearc
hSpaceName>
<lines><line><index>1</index><dirn><pattern>80000001</pattern><routePa
rtitionName>PT_PRI_Z000018</routePartitionName></dirn></line></lines>
</remoteDestinationProfile>
</ns:addRemoteDestinationProfile>
</soapenv:Body>
</soapenv:Envelope>
Response: statusCode:500
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" <
http://schemas.xmlsoap.org/soap/envelope/> ><soapenv:Bod
y><soapenv:Fault><faultcode>soapenv:Client</faultcode><faultstring>The
Model type for the specified Product type was not
found</faultstring><detail><axlError><axlcode>407</axlcode><axlmessage
>The Model type for the specified Product type was not
found</axlmessage><request>addRemoteDestinationProfile</request></axlError></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
<!--EndFragment-->