Bypass 어댑터의 Simulator 설정처리 추가.

This commit is contained in:
Yunsam.Eo
2025-12-10 23:11:08 +09:00
parent 21ad501949
commit 408f492492
@@ -501,6 +501,7 @@ public class RESTProcess extends HTTPProcess {
String url = StringUtils.removeEnd(simAddr, "/") + "/mockapi/" + this.reqEaiMsg.getEAISvcCd();
this.outboundProp.put(HttpClientAdapterServiceKey.URL, url);
this.tempProp.remove(HttpAdapterServiceKey.INBOUND_REWRITE_PATH);
logger.debug("simUrl=" + url);
}
} catch (Exception e) {