// create another session3
createSessionCall = new SCMPClnCreateSessionCall(this.requester, TestConstants.sesServerName1);
createSessionCall.setSessionInfo("sessionInfo");
createSessionCall.setEchoIntervalSeconds(3600);
TestCallback cbk3 = new TestCallback();
createSessionCall.invoke(cbk3, 3000);
resp = cbk3.getMessageSync(3000);
String sessionId3 = resp.getSessionId();
// reserve connection 2 with session2
clnExecuteCall = new SCMPClnExecuteCall(this.requester, TestConstants.sesServerName1, sessionId3);