Hi,<br>I tried to return GPtrArray and gchar as a method return.<br>but it return errors in server side. <br><br>First I want to know is this ok to create the xml as follows? <br><br>                &lt;method name=&quot;ProxyAdminSearch&quot;&gt;<br>
                        &lt;arg type=&quot;s&quot; name=&quot;pas&quot; direction =&quot;in&quot;/&gt;<br>                        &lt;arg type=&quot;i&quot; name=&quot;offset_in&quot; direction =&quot;in&quot;/&gt;<br>                        &lt;arg type=&quot;a(ssuu)&quot; name=&quot;pas&quot; direction =&quot;out&quot;/&gt;        <br>
                        &lt;arg type=&quot;s&quot; name=&quot;offset_out&quot; direction =&quot;out&quot;/&gt;<br>                &lt;/method&gt;<br><br><br>the error return is <br>GLib-GObject-CRITICAL **: g_value_copy: assertion `G_IS_VALUE (src_value)&#39; failed<br>
<br>Please can anybody help me to overcome to this? <br>I am sory If I have insufficient information. But I thought this is enough for my initial question. <br>So if u want any more information about the program please let me know. <br>
<br>Thanks.<br>Nuwan Gunarathna <br>