I am considering building a <buzzword>web service</buzzword> to make some info available from an HP-UX box to other machines running a variety of OS/techs. I'm not sure whether to use the XML-RPC or the SOAP protocol.
I _was_ going to use xmlrpclib from pythonware as it seemed best supported (esp. since it's a std. module in python2.2). PySOAP looks like an orphaned project and pythonware's soaplib is "somewhat experimental", so I figured xmlrpclib would be the best supported. Trouble is, interoperability with Java is really important, and Sun seems a lot more gung-ho about SOAP (http://java.sun.com/features/2002/01/wspack.html). Is there a well-supported python SOAP implementation? Or does Java have a well supported XML-RPC implementation? I'd really hate to have to resort to Perl because of SOAP::Lite... Thanks in advance ===== __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/activepython