7879808182838485868788
} //ts.setProperty(MCIConstants.TXNCD, getTxnCd()); ts.setSendData(getSendData()); ts.initConnection(); try { ts.execute(); } catch (CapException e) { throw e; } catch (Exception e) { throw new CapException(e, e.getClass()); }