throw new AxisFault("Cant find the ping operation");
// setting the operation specific phase chain
operation.setRemainingPhasesInFlow(pingOperation.getRemainingPhasesInFlow());
httpServer = new SimpleHTTPServer(configContext, serverPort);
httpServer.start();
try {
Thread.sleep(300);
} catch (InterruptedException e) {
throw new SandeshaException("sleep interupted");