Friends using SOAP to connect between Java, .NET and Python reported great results with ZSI <http://pywebsvcs.sourceforge.net/>, as long as you're using WSDL - which is easy to generate if the server is in Java. Without WSDL, I had a bad compatibility experience.
I agree with all the people that recommended XML-RPC. I like it a lot, but I've never used it with Java. On 6/7/07, Ronnie Maor <[EMAIL PROTECTED]> 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