diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-14 04:30:36 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-14 04:30:36 +0000 |
| commit | 217809b009fa38c8f5285bdb6333f1a815654fe4 (patch) | |
| tree | d01de50c3146d9d6d6aec8edc632bf36ed7b6bda | |
| parent | c657ef972feeafff16ab0e07cb4771f7dd141ba0 (diff) | |
(김준회) MDG 송신 오류수정 (개발 -> 품질)
| -rw-r--r-- | lib/soap/mdg/send/vendor-master/action.ts | 4 | ||||
| -rw-r--r-- | public/wsdl/P2MD3007_AO.wsdl | 2 |
2 files changed, 3 insertions, 3 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> = { diff --git a/public/wsdl/P2MD3007_AO.wsdl b/public/wsdl/P2MD3007_AO.wsdl index 727e2d8e..1528d3b1 100644 --- a/public/wsdl/P2MD3007_AO.wsdl +++ b/public/wsdl/P2MD3007_AO.wsdl @@ -26,7 +26,7 @@ </wsdl:portType> <wsdl:service name="P2MD3007_AOService"> <wsdl:port binding="p1:P2MD3007_AOBinding" name="P2MD3007_AOPort"> - <soap:address location="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" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> + <soap:address location="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" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:port> </wsdl:service> <wsdl:types> |
