}
private void startServers(String wsdlLocation) throws Exception {
String[] args = new String[] {wsdlLocation};
serverLauncher = new ServerLauncher(Server.class.getName(), null, args, true);
boolean isServerReady = serverLauncher.launchServer();
assertTrue("server did not launch correctly", isServerReady);
createStaticBus();
}