thank you Matthew for your reply, i tried it and it worked. but I have another question, so far i knew how to pass arguments for most of the the data types except for arrays. can you help me with this please? I need to pass for example array of UInt32. Also one thing is there any how to start tutorial for dbus-java<br>
<br>Thank you for your help&nbsp;  <br><br><div class="gmail_quote">On Mon, Feb 25, 2008 at 1:23 AM, Matthew Johnson &lt;<a href="mailto:dbus@matthew.ath.cx">dbus@matthew.ath.cx</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun Feb 24 18:56, mohammad rizk wrote:<br>
&gt; I am new to dbus, I downloaded the latest release of dbus-java and tried to<br>
&gt; use the DBusCall function to call a method. if the method does not take<br>
&gt; arguments, I do not face any problem; however i face problems when the<br>
&gt; method takes arguments. I do not know if i am using it in the wrong way or<br>
&gt; there is a bug in the code.<br>
&gt;<br>
&gt; I am using it in the following way:<br>
&gt; DBusCall org.freedesktop.DBus.Examples.Echo<br>
&gt; /org/freedesktop/DBus/Examples/Echo org.freedesktop.DBus.EchoDemo Hello<br>
&gt;<br>
&gt; where Hello is the method name, when I append [world] to the above command<br>
&gt; where &quot;world&quot; is a string argument , it starts giving errors like<br>
<br>
</div>You need to give it the type signature of the arguments before the<br>
arguments. For example, with a string argument it would be:<br>
<br>
 &nbsp; $ DBusCall org.freedesktop.DBus / org.freedesktop.DBus GetNameOwner s &quot;:1.0&quot;<br>
 &nbsp; [:1.0]<br>
<br>
Matt<br>
<font color="#888888"><br>
--<br>
<a href="http://www.matthew.ath.cx" target="_blank">www.matthew.ath.cx</a><br>
D-Bus Java<br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.6 (GNU/Linux)<br>
<br>
iD8DBQFHwfxY2XtckeYvo1gRApxVAKC5CIv51Je/mVKA8GLb0kgJ8nwwpACgqsx5<br>
PXYzx8z7QCPajyIBa3YMqi0=<br>
=JGMZ<br>
-----END PGP SIGNATURE-----<br>
<br></blockquote></div><br>