Traceback (most recent call last): File "", line 1, in NameError: name 'HelloWorldService' is not defined
I am following the example at http://github.com/jkp/soaplib by writing the following code:
from soaplib.client import make_service_client
client = make_service_client('http://localhost:7789/',HelloWorldService())