String[] arguments = new String[] { "-topic", "array-test", "-ArrayAdder_add_wsdl", arrayAdderWSDLLoc,
"-ArrayGenerator_generate_wsdl", arrayGeneratorWSDLLoc };
JythonRunner runner = new JythonRunner();
runner.run(jythonString, arguments);
arrayGenerator.shutdownServer();
arrayAdder.shutdownServer();
}