From 282556a0bd2654216af3862502059002dff2fcee Mon Sep 17 00:00:00 2001
From: yyt <306727702@qq.com>
Date: 星期六, 27 四月 2024 11:58:02 +0800
Subject: [PATCH] 更新SAP接口地址为正式服务器地址

---
 jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReportingForWork.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReportingForWork.java b/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReportingForWork.java
index 9447ace..c81a3ee 100644
--- a/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReportingForWork.java
+++ b/jcdm-main/src/main/java/com/jcdm/main/webservice/service/ReportingForWork.java
@@ -14,7 +14,7 @@
 
 public class ReportingForWork {
     public static void main(String[] args) throws IOException {
-        String serviceUrl = "http://podqapp.cfmoto.com.cn:50200/XISOAPAdapter/MessageServlet?senderParty=&senderService=BC_MES&receiverParty=&receiverService=&interface=SI_ZPP_CF_BC_001_SYN_OUT&interfaceNamespace=http://cfmoto.com/xi/MES";
+        String serviceUrl = "http://podqapp.cfmoto.com.cn:50100/XISOAPAdapter/MessageServlet?senderParty=&senderService=BC_MES&receiverParty=&receiverService=&interface=SI_ZPP_CF_BC_001_SYN_OUT&interfaceNamespace=http://cfmoto.com/xi/MES";
 //        String content = "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:urn=\"urn:sap-com:document:sap:rfc:functions\">\n" +
 //                "   <soapenv:Header/>\n" +
 //                "   <soapenv:Body>\n" +

--
Gitblit v1.9.3