Re: xmlrcp - how to marshall objects

2010-02-06 Thread Jean-Michel Pichavant
Adam Tauno Williams wrote: On Fri, 2010-02-05 at 18:24 +0100, Jean-Michel Pichavant wrote: Jean-Michel Pichavant wrote: Deos anyone knows where to find an code sample describing how to implement the interface to marshall one object into XMLRPC compliant structures ? I googled without a

Re: xmlrcp - how to marshall objects

2010-02-05 Thread Adam Tauno Williams
On Fri, 2010-02-05 at 18:24 +0100, Jean-Michel Pichavant wrote: > Jean-Michel Pichavant wrote: > > Deos anyone knows where to find an code sample describing how to > > implement the interface to marshall one object into XMLRPC compliant > > structures ? > > I googled without any success, and what

Re: xmlrcp - how to marshall objects

2010-02-05 Thread MRAB
Jean-Michel Pichavant wrote: Jean-Michel Pichavant wrote: Deos anyone knows where to find an code sample describing how to implement the interface to marshall one object into XMLRPC compliant structures ? I googled without any success, and what google does not find does not exist. Let say

Re: xmlrcp - how to marshall objects

2010-02-05 Thread Jean-Michel Pichavant
mk wrote: Jean-Michel Pichavant wrote: Why not dump the whole thing and use Pyro, which works beautifully and handles all the serialization business by itself, you get a Python object on the other side? Unless xmlrpc has to be at the other end, that is. Company stuff. We are all using the

Re: xmlrcp - how to marshall objects

2010-02-05 Thread Jean-Michel Pichavant
Jean-Michel Pichavant wrote: Deos anyone knows where to find an code sample describing how to implement the interface to marshall one object into XMLRPC compliant structures ? I googled without any success, and what google does not find does not exist. Let say I have this very simple class:

Re: xmlrcp - how to marshall objects

2010-02-05 Thread mk
Jean-Michel Pichavant wrote: Why not dump the whole thing and use Pyro, which works beautifully and handles all the serialization business by itself, you get a Python object on the other side? Unless xmlrpc has to be at the other end, that is. -- http://mail.python.org/mailman/listinfo/pytho

Re: xmlrcp - how to marshall objects

2010-02-05 Thread Adam Tauno Williams
On Fri, 2010-02-05 at 17:03 +0100, Jean-Michel Pichavant wrote: > Deos anyone knows where to find an code sample describing how to > implement the interface to marshall one object into XMLRPC compliant > structures ? > I googled without any success, and what google does not find does not exist. >