String memo = msgOrig.getElement("BankSvcRq.DebitAddRq.DebitInfo.CompositeCurAmt.Memo").toString();
String[] reg = memo.split("@");
IMessage msgISO = ISOMessageFactory.createPOSRequest(Long.valueOf(card), 1, 1*Integer.valueOf(reg[1]), Integer.valueOf(id), Integer.valueOf(term));
//IMessage msgCabal = IFXMessageFactory.createMessageCompraMinRequest(id, term, String.valueOf(1*Integer.valueOf(reg[1])), card);
ILink ilink = LinkFactory.getFactory().getLinkChannel(link);
IMessage res = ilink.sendReceiveMessage(msgISO);
ctx.put("DescuentoParticipant_RES", res);
} catch (ComunicationException e) {
throw new ParticipantException(e.getMessage());
}
}