Hi All,<div><br></div><div>I posted this in the [NEWBIES] Mailing list and it was suggested to me to try Squeak-dev as there are more people conversant with this who would not mind a newbie question.</div><div><br></div><div>
I am trying to understand xmlrpc with the purpose of posting to my wordpress blog using that protocol. I have loaded XMLRPC (0.2.9) from SqueakMap along with YAXO (2.2) and Kom. </div><div><br></div><div>I tried to trigger the xmlrpc.php functions &quot;sayHello&quot; and &quot;addTwoNumbers&quot; using </div>
<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>r _ proxy invokeMethod: &#39;sayHello&#39; withArgs: #(). </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>r _ proxy invokeMethod: &#39;addTwoNumbers&#39; withArgs: #(1 2). </div>
<div><br></div><div>Both raised: XMLRPCFaultException:server error. requested method (sayHello/addTwoNumbers) does not exist. </div><div><br></div><div>I copied both functions from the /xmlrpc.php on my site. </div><div>Can anyone please help me with the proper way to use XMLRPC on Squeak?</div>
<div><br></div><div>Thanks in advance,</div><div><br></div><div>Ching</div>