}
public abstract void successfulScenario() throws RemoteException;
protected void launchStockQuoteService() {
axis2Server = new SampleAxis2Server();
try {
axis2Server.deployStockQuoteService();
axis2Server.start();
} catch (IOException e) {
handleError("Error while launching the Axis2 server with stock quote service", e);