ArrayGeneratorService arrayGenerator = new ArrayGeneratorService();
arrayGenerator.run();
String arrayGeneratorWSDLLoc = arrayGenerator.getServiceWsdlLocation();
ArrayAdderService arrayAdder = new ArrayAdderService();
arrayAdder.run();
String arrayAdderWSDLLoc = arrayAdder.getServiceWsdlLocation();
String[] arguments = new String[] { "-topic", "array-test", "-ArrayAdder_add_wsdl", arrayAdderWSDLLoc,
"-ArrayGenerator_generate_wsdl", arrayGeneratorWSDLLoc };