private HelloWorldClientLauncher externalClient;
@Before
public void setUp() throws Exception {
// Start the external service
externalService = new HelloWorldServiceLauncher();
externalService.createService();
// Start the SCA contribution
node = NodeFactory.newInstance().createNode(new Contribution("java-first", "../contribution-callback-forwardspec/target/itest-ws-contribution-callback-forwardspec.jar"));
node.start();