<br clear="all">Hi all,<br>I have a test Program to test XmlRpc API in Open Nebula as bellow:<br><b>XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();<br>            config.setServerURL(new URL(&quot;<a href="http://192.168.1.41:2633/RPC2">http://192.168.1.41:2633/RPC2</a>&quot;));<br>
            XmlRpcClient client = new XmlRpcClient();<br>            client.setConfig(config);<br><br>Vector params = new Vector();           <br>             params.addElement(&quot;oneadmint:7c4a8d09ca3762af61e59520943dc26494f8941b&quot;);<br>
            params.addElement(4);       <br>           <br>            Object result = client.execute( &quot;<a href="http://one.host.info">one.host.info</a>&quot;, params );<br>           <br>                System.out.println(result.getClass().getName());<br>
          <br>            if ( result != null )<br>                System.out.println( result.toString() );</b><br><br>Here is the printed result: <br><b>[Ljava.lang.Obj<br>ect;@97a560</b><br><br>This result &#39;s  printed with any invoked method.<br>
Could you please clarify this problem for me?<br>Thanks for all,<br>Regards,<br>DuyNH<br>-- <br>&quot;The love makes the life better&quot;<br>