diff options
Diffstat (limited to 'lib/soap/mdg/send/vendor-master/action.ts')
| -rw-r--r-- | lib/soap/mdg/send/vendor-master/action.ts | 4 |
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> = { |
