/**
* @throws WorkflowException
*/
public void testService() throws WorkflowException {
NotificationSender notifier = new NotificationSender(this.configuration.getBrokerURL(), "test-topic2");
Invoker invoker = new GenericInvoker(QName.valueOf(TEST_SERVICE_QNAME), TEST_AWSDL, "test-node", null,
this.configuration.getGFacURL().toString(), notifier);
invoker.setup();
invoker.setOperation("Run");
invoker.setInput("inparam1", "test");