*
* @throws Exception
*/
public void testEchoPing() throws Exception {
System.out.println(" Echo and Ping Combined Test Started");
UUIDGen uuidGen = UUIDGenFactory.getUUIDGen(); //Can use this for continuous testing.
String str = uuidGen.nextUUID();
Service service = new Service();
Call echoCall = (Call) service.createCall();
SandeshaContext ctx = new SandeshaContext();