AdderService service = new AdderService();
service.run();
String adderWSDLLoc = service.getServiceWsdlLocation();
WorkflowNotifiable notifier = new NotificationSender(XBayaConstants.DEFAULT_BROKER_URL.toString(), "test-topic");
Invoker invoker = new GenericInvoker(null, adderWSDLLoc, "adder", null, null, notifier);
invoker.setup();
invoker.setOperation("add");
invoker.setInput("x", 2);