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
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
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
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
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:
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
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.
>