summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/soap/mdg/send/vendor-master/action.ts4
-rw-r--r--public/wsdl/P2MD3007_AO.wsdl2
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&amp;version=3.0&amp;Sender.Service=P2038_D&amp;Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MD%2FMDZ%5EP2MD3007_AO&amp;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&amp;version=3.0&amp;Sender.Service=P2038_Q&amp;Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MD%2FMDZ%5EP2MD3007_AO&amp;QualityOfService=ExactlyOnce" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
</wsdl:port>
</wsdl:service>
<wsdl:types>