//assertions for the in sequence
List inboundReports = SandeshaClient.getIncomingSequenceReports(configContext);
assertTrue(inboundReports.isEmpty());
configContext.getListenerManager().stop();
serviceClient.cleanup();
}
public void testAsyncEcho () throws AxisFault, InterruptedException {
String to = "http://127.0.0.1:" + serverPort + "/axis2/services/RMSampleService";