ZSI and SOAP should be fine if you are implementing the server as
well. The problems I have experienced have been with WS 'standards'
that aren't implemented, and inconsistent / incorrect WSDL files.
On 7 Jun 2007, at 21:10, Ori Peleg wrote:
Friends using SOAP to connect between Java, .NET and Python
reported great results with ZSI, 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