We are
working an issue: missing value of attribute loginUserId in return
DeviceProfile got from CUCM via AXL WS 7.1. As shown below the
loginUserIs was set.
I try
to get it by sending a request getDeviceProfileRequest to CUCM.
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="
http://www.cisco.com/AXL/API/7.1">
<soapenv:Header/>
<soapenv:Body>
<ns:getDeviceProfile
sequence="?">
<profileName>TestDeviceProfile100</profileName>
</ns:getDeviceProfile>
</soapenv:Body>
</soapenv:Envelope>
But coming
getDeviceProfileResponse has only empty tag <loginUserId/>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<axl:getDeviceProfileResponse sequence="?" xmlns:axl="
http://www.cisco.com/AXL/API/7.1"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<return>
<profile ctiid="109"
uuid="{DD970FF0-F1DE-0BF1-C4CF-44D8C6173AC2}">
<name>TestDeviceProfile100</name>
<description/>
<product>Cisco 8961</product>
<model>Cisco 8961</model>
<class>Device Profile</class>
<protocol>SIP</protocol>
<protocolSide>User</protocolSide>
<loginUserId/>
</profile>
</return>
</axl:getDeviceProfileResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Could you
help to solve the issue?
Thanks and
best regards
Simon