Hello,
I am testing WebKit/Webware on Mac OS X 10.2.3 (Darwin Kernel Version
6.3). No problem with installation and setting up the python cgi
adaptor. However, doing make inside WebKit/Native/wkcgi gives the
following:
cc -O2 -c ./wkcgi.c -o ./wkcgi.o
In file included from ./../common/wkcommon
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')