[Newbies] xmlrpc

Ching de la Serna ching.dls at gmail.com
Thu Sep 10 05:43:41 UTC 2009


Hi Cesar,
I loaded the package as you suggested. Just to be on the safe side, I loaded
everything starting with XMLRPC-Server-maf..10 and hit a snag on
XMLRPC-Server-maf.13 but XMLRPC-Server-maf.14 loaded fine.

I am still trying to figure out how to use the package. I have this and hit
an exception 'sayHello not found'. I checked my xmlrpc server and there is a
function sayHello($args)

url _ Url absoluteFromText: 'http://myBlog.com/xmlrpc.php'.
proxy _ XMLRPCProxy new url: url.
        r _ invokeMethod: 'sayHello' withArgs: #().

I am not sure as to the correct usage of the package. The closest thing I
can think of to test the server is XMLRPCProxy >> invokeMethod. Am I doing
it wrong?

Thanks,

Ching

On Thu, Sep 10, 2009 at 11:09 AM, César Lesc <cesar.smx at gmail.com> wrote:

> Hi Ching, i recomend you to use the Monticello browser and download de
> latest version from squeaksource
>
> http://www.squeaksource.com/XMLRPC.html
>
> XMLRPC-Server-maf.14 will be fine.
>
> César.
>
>
>
>
>
> On Wed, Sep 9, 2009 at 7:18 PM, Ching de la Serna <ching.dls at gmail.com>wrote:
>
>> Hi Dave,
>> Thanks for the suggestion. I think it is time for me to get into the
>> squeak-dev list.
>>
>> Cheers,
>>
>> Ching
>>
>>
>> On Thu, Sep 10, 2009 at 8:08 AM, David T. Lewis <lewis at mail.msen.com>wrote:
>>
>>> On Wed, Sep 09, 2009 at 10:22:24PM +0800, Ching de la Serna wrote:
>>> > Hi all,
>>> > I'm not sure if this is the right mailing list but it is a newbie
>>> question
>>> > and I suppose it is safe to post it here. I am trying to understand
>>> xmlrpc
>>> > and I have loaded the classes that deal with this.
>>> >
>>> > What I would like to accomplish is to post to my wordpress blog using
>>> xmlrpc
>>> > but there are no examples regarding this. Can anyone help out?
>>>
>>> Hello Ching,
>>>
>>> I do not know the answer to your question, but I suggest that ask
>>> on the squeak-dev list. There are more people on that list who have
>>> experience with topics like this, and no one will mind if it is a
>>> newbie question :)
>>>
>>> Dave
>>>
>>>
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> Beginners at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>>
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>
>>
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20090910/1f0d2184/attachment.htm


More information about the Beginners mailing list