It appears that we only receive the following error with the phone model 8865 only all other models work fine.
CUCM version: 8.6
COP File: 11.7
Phone Model: 8865
AXL Request:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/10/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<axl:getDeviceProfile xmlns:axl="http://www.cisco.com/AXL/API/8.5" xsi:schemaLocation="http://www.cisco.com/AXL/API/8.5 http://gkar.cisco.com/schema/axlsoap.xsd" xsi:type="XRequest" sequence="1234">
<name>DP_EM_QAUSR2_8865_xxxxxx</name>
</axl:getDeviceProfile>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AXL Response:
<?xml version="1.0" encoding="utf-8" ?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>Can't find resource for bundle java.util.PropertyResourceBundle, key TypeProduct.</faultstring>
<detail>
<axlError>
<axlcode>-1</axlcode>
<axlmessage>Can't find resource for bundle java.util.PropertyResourceBundle, key TypeProduct.</axlmessage>
<request>getDeviceProfile</request>
</axlError>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Please Advise