summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-14 04:30:36 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-14 04:30:36 +0000
commit217809b009fa38c8f5285bdb6333f1a815654fe4 (patch)
treed01de50c3146d9d6d6aec8edc632bf36ed7b6bda /lib
parentc657ef972feeafff16ab0e07cb4771f7dd141ba0 (diff)
(김준회) MDG 송신 오류수정 (개발 -> 품질)
Diffstat (limited to 'lib')
-rw-r--r--lib/soap/mdg/send/vendor-master/action.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/soap/mdg/send/vendor-master/action.ts b/lib/soap/mdg/send/vendor-master/action.ts
index e0bd7009..46d6e71f 100644
--- a/lib/soap/mdg/send/vendor-master/action.ts
+++ b/lib/soap/mdg/send/vendor-master/action.ts
@@ -146,7 +146,7 @@ export async function sendVendorMasterToMDG(vendorCodes: string[]): Promise<{
// SOAP 클라이언트로 요청 전송
await withSoapLogging(
'OUTBOUND',
- 'MDG',
+ 'S-ERP MDG',
'IF_MDZ_EVCP_VENDOR_MASTER',
JSON.stringify(soapData),
async () => {
@@ -726,7 +726,7 @@ export async function sendVendorEnvelopeToMDG(envelope: string): Promise<{
envelope,
async () => {
// 직접 XML 전송의 경우 기존 fetch 방식 유지
- const MDG_ENDPOINT_URL = "http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_D&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MD%2FMDZ%5EP2MD3007_AO&QualityOfService=ExactlyOnce";
+ const MDG_ENDPOINT_URL = "http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_Q&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MD%2FMDZ%5EP2MD3007_AO&QualityOfService=ExactlyOnce";
// 인증 헤더 준비
const headers: Record<string, string> = {