First, thanks to those who responded, primarily with pointers to http://xml.apache.org/xmlrpc/ . I installed that pkg and saw the sample client, however, I still need some handholding.
First, let me be clear, I want to connect to the WebKit/AppServer Python server from a Java client. Can someone tell me what the params to XmlRpcClient would be? E.g., should hostName = "http://myhost/cgi-bin/WebKit.cgi/Examples/XMLRPCExample" What about SERVER_PORT? client = new XmlRpcClient(hostName, SERVER_PORT); thanks, --Randy > Randy Heiland wrote: > > This question should probably be directed to a different group, but since I'm > > in the context of Webware, I'll ask it here. > > > > Has anyone written a Java client analogous to this Python code? > > > > > >>>>import xmlrpclib > >>>>server = > > > > xmlrpclib.Server('http://myhost/cgi-bin/WebKit.cgi/Examples/XMLRPCExample') > > > > > > thanks, > > Randy ------------------------------------------------------- This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
