hi all..<br><br><span id="result_box" class="" lang="en"><span style="" title="">i called on the local client method like this: addmember(<b>param</b>), <b>param</b> is a dict argument. View xml sent to the following:</span></span><br>

<br>&lt;ns0:Body xmlns:ns0=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank">http://schemas.xmlsoap.org/soap/envelope/</a>&quot;&gt;<br>      &lt;ns3:addMember&gt;<br>
         &lt;data xsi:type=&quot;ns2:Array&quot;&gt;<br>            &lt;account xsi:type=&quot;ns1:string&quot;&gt;<div id=":36g">username&lt;/account&gt;<br>            &lt;password xsi:type=&quot;ns1:string&quot;&gt;123456&lt;/password&gt;<br>


            &lt;account_name xsi:type=&quot;ns1:string&quot;&gt;user&lt;/account_name&gt;<br>         &lt;/data&gt;<br>      &lt;/ns3:addMember&gt;<br>   &lt;/ns0:Body&gt;<br><br><br><span id="result_box" class="short_text" lang="en"><span style="" title="">but The server needs to accept this:</span></span><br>

<br>&lt;data xsi:type=&quot;ns2:Map&quot;&gt;<br>
           &lt;item&gt;<br>              &lt;key xsi:type=&quot;xsd:string&quot;&gt;account&lt;/key&gt;<br><div id=":36g">              &lt;value xsi:type=&quot;xsd:string&quot;&gt;username&lt;/value&gt;<br>          &lt;/item&gt;<br>

          &lt;item&gt;<br>
              &lt;key xsi:type=&quot;xsd:string&quot;&gt;password&lt;/key&gt;<br>              &lt;value xsi:type=&quot;xsd:string&quot;&gt;123123&lt;/value&gt;<br>         &lt;/item&gt;<br>         &lt;item&gt;<br>            &lt;key xsi:type=&quot;xsd:string&quot;&gt;account_name&lt;/key&gt;<br>


            &lt;value xsi:type=&quot;xsd:string&quot;&gt;user&lt;/value&gt;<br>        &lt;/item&gt;<br>&lt;/data&gt;</div><br></div><span id="result_box" class="" lang="en"><span style="" title="">the server needs to accept is another format. Should be how to conversion??</span></span>