<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Got blank value when using getRegistrationDynamic() in Management</title>
    <link>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477659#M989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you confirm you compiled your class based on the WSDL for Risport70 (which contains the Active Load info in the schema) vis the legacy Risport WSDL (which does not?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="prettyprint"&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;:8443/realtimeservice2/services/RISService70?wsdl&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 21:23:32 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2016-09-02T21:23:32Z</dc:date>
    <item>
      <title>Got blank value when using getRegistrationDynamic()</title>
      <link>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477656#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XFkType deviceName = factory.createXFkType();&lt;/P&gt;&lt;P&gt;deviceName.setValue(phoneName);&lt;/P&gt;&lt;P&gt;GetRegistrationDynamicReq registerStatus = new GetRegistrationDynamicReq();&lt;/P&gt;&lt;P&gt;registerStatus.setDevice(deviceName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetRegistrationDynamicRes registerStatusResponse = axlPort.getRegistrationDynamic(registerStatus);&lt;/P&gt;&lt;P&gt;Demo2.informUser("Registration Status : " + registerStatusResponse.getReturn().getRegistrationDynamic().getLastKnownIpAddress()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "%n" + registerStatusResponse.getReturn().getRegistrationDynamic().getLastKnownUcm() &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "%n" + registerStatusResponse.getReturn().getRegistrationDynamic().getLastKnownConfigVersion()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "%n" + registerStatusResponse.getReturn().getRegistrationDynamic().getLocationDetails()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "%n" + registerStatusResponse.getReturn().getRegistrationDynamic().getEndpointConnection()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "%n" + registerStatusResponse.getReturn().getRegistrationDynamic().getLastSeen()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "%n" + registerStatusResponse.getReturn().getRegistrationDynamic().getUuid());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I ran the above script, I could only get Uuid &amp;amp; getLastSeen value while other values are all blank, does anyone know the reason? I'm sure the device is registered to CUCM 11.5 and the getLastSeen returns "0". Am I using the wrong method to get phone registration status?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jialing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 02:22:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477656#M986</guid>
      <dc:creator>jialinli</dc:creator>
      <dc:date>2016-08-29T02:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Got blank value when using getRegistrationDynamic()</title>
      <link>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477657#M987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think I'm familiar with 'getRegistrationDynamic'...can you provide some more background about where you're starting from?&amp;nbsp; Which API are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 17:54:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477657#M987</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-08-29T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Got blank value when using getRegistrationDynamic()</title>
      <link>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477658#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, David&lt;/P&gt;&lt;P&gt;I start from the demo at &lt;A href="https://developer.cisco.com/site/axl/learn/how-to/axl-java-sample-application.gsp" rel="nofollow" target="_blank" title="https://developer.cisco.com/site/axl/learn/how-to/axl-java-sample-application.gsp"&gt;https://developer.cisco.com/site/axl/learn/how-to/axl-java-sample-application.gsp&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In another discussion, I saw the links you provide, and now I can get IP address and registration status successfully by these guides now.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://developer.cisco.com/site/sxml/downloads/sample-app/" rel="nofollow" target="_blank"&gt;https://developer.cisco.com/site/sxml/downloads/sample-app/.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But still, I want to get active load ID of a device. &lt;A href="https://developer.cisco.com/site/sxml/documents/api-reference/risport/" rel="nofollow" target="_blank" title="https://developer.cisco.com/site/sxml/documents/api-reference/risport/"&gt;https://developer.cisco.com/site/sxml/documents/api-reference/risport/&lt;/A&gt;, at this webpage, I saw under the "SelectCMDevice Response Format" it said that a CmDevice in the CmNode contains ActiveLoadID which displays the currently active firmware on the phone, but there is no activeLoadID related functions under "CmDevice.java", I just added an activeLoadID function by myself in "CmDevice.java" according to another function's format (like getdescription), but I just got "null" value when I tried to get activeloadID...... Do you know anything about this? Thank you so much~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jialing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:36:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477658#M988</guid>
      <dc:creator>jialinli</dc:creator>
      <dc:date>2016-08-30T09:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Got blank value when using getRegistrationDynamic()</title>
      <link>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477659#M989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you confirm you compiled your class based on the WSDL for Risport70 (which contains the Active Load info in the schema) vis the legacy Risport WSDL (which does not?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="prettyprint"&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;:8443/realtimeservice2/services/RISService70?wsdl&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 21:23:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/got-blank-value-when-using-getregistrationdynamic/m-p/3477659#M989</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-09-02T21:23:32Z</dc:date>
    </item>
  </channel>
</rss>

