createSessionCall = new SCMPClnCreateSessionCall(this.requester, TestConstants.sesServerName1);
createSessionCall.setSessionInfo(TestConstants.sleepCmd);
createSessionCall.setEchoIntervalSeconds(10);
createSessionCall.setRequestBody("3000");
TestCallback cbk1 = new TestCallback();
createSessionCall.invoke(cbk1, 10000);
// to assure second create is not faster
Thread.sleep(200);
createSessionCall = new SCMPClnCreateSessionCall(this.requester, TestConstants.sesServerName1);
createSessionCall.setEchoIntervalSeconds(10);