node = NodeFactory.newInstance().createNode(new Contribution("doc-lit-wrapped", "../contribution-doc-lit-wrapped-dom/target/itest-ws-contribution-doc-lit-wrapped-dom.jar"));
node.start();
// start the external client
try {
externalClient = new HelloWorldClientLauncher();
externalClient.createClient();
} catch (Exception ex) {
ex.printStackTrace();
throw ex;
}