GatewayEntry entry;
try {
entry = getGatewayEntry(gatewayId);
}
catch (PageException pe) {
throw new PageRuntimeException(pe);
}
String cfcPath = entry.getListenerCfcPath();
if(!Util.isEmpty(cfcPath,true)){
try {
if(!callOneWay(cfcPath,gatewayId, method, Caster.toStruct(data,null,false), false))