a) yes - the code for toy examples would be very helpful as a starting point. b) do you have other recommendations - XML-RPC? JSON?
to clarify my needs, it looks like: a) I must have a SOAP client in python b) an RPC protocol for call from Java -> Python, where I control both sides, and need something that's easy to use. On 6/7/07, Simon Robins <[EMAIL PROTECTED]> wrote:
For the Python side: a) steer clear of SOAP If you decide to carry on anyway... b) There's a simple example in the 'dive into python' free web book using the SOAPpy lib c) If your needs are more complex you'll need the ZSI libraries. I can give you the code I used in a demo at the python group - they're toy examples though. On 7 Jun 2007, at 07:53, Ronnie Maor wrote: > Does anyone have experience with RPC from Java to Python? > Trying to get this to work over either XML-RPC or SOAP (prefer > SOAP) but am having slow start due to lack of experience with any > of relevant parts :-( > Specific packages to use, tips, and especially working example code > would be very very appreciated > > thanks > Ronnie >