SOAP frustrations

Martin v. Loewis martin at v.loewis.de
Thu Oct 17 08:49:40 EDT 2002


grahamd at dscpl.com.au (Graham Dumpleton) writes:

> This is because if you were to use Python, you still have to talk to the
> back end service somehow. Your choices would be to roll your own system
> with your own protocol or using Python pickling to transfer data around,
> or use an XML-RPC or SOAP implementation.

Or else use CORBA. This will interwork nicely between many systems,
can be accessed in Python both through Java/Jython, and natively, and
works with many other languages as well.

Regards,
Martin



More information about the Python-list mailing list