Commit e789a796 authored by Quxl's avatar Quxl

x

parent 8d0d6ddc
......@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.2.9
* 2019-08-08T10:55:10.493+08:00
* 2019-08-08T11:40:45.767+08:00
* Generated source version: 3.2.9
*
*/
......
......@@ -10,12 +10,12 @@ import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.2.9
* 2019-08-08T10:55:10.526+08:00
* 2019-08-08T11:40:45.802+08:00
* Generated source version: 3.2.9
*
*/
@WebServiceClient(name = "SI_004_INVENTORY_SyncOutService",
wsdlLocation = "file:/C:/Users/Quxl/Desktop/WSDL/SI_004_INVENTORY_SyncOutService.wsdl",
wsdlLocation = "file:SI_004_INVENTORY_SyncOutService.wsdl",
targetNamespace = "http://distributors.edi.digital.cn.se.com")
public class SI004INVENTORYSyncOutService extends Service {
......@@ -27,11 +27,11 @@ public class SI004INVENTORYSyncOutService extends Service {
static {
URL url = null;
try {
url = new URL("file:/C:/Users/Quxl/Desktop/WSDL/SI_004_INVENTORY_SyncOutService.wsdl");
url = new URL("file:SI_004_INVENTORY_SyncOutService.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(SI004INVENTORYSyncOutService.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/C:/Users/Quxl/Desktop/WSDL/SI_004_INVENTORY_SyncOutService.wsdl");
"Can not initialize the default wsdl from {0}", "file:SI_004_INVENTORY_SyncOutService.wsdl");
}
WSDL_LOCATION = url;
}
......
......@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.2.9
* 2019-08-08T10:55:41.970+08:00
* 2019-08-08T11:41:02.603+08:00
* Generated source version: 3.2.9
*
*/
......
......@@ -10,12 +10,12 @@ import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.2.9
* 2019-08-08T10:55:42.002+08:00
* 2019-08-08T11:41:02.636+08:00
* Generated source version: 3.2.9
*
*/
@WebServiceClient(name = "SI_011_ACTUAL_SALES_SyncOutService",
wsdlLocation = "file:/C:/Users/Quxl/Desktop/WSDL/SI_011_ACTUAL_SALES_SyncOutService.wsdl",
wsdlLocation = "file:SI_011_ACTUAL_SALES_SyncOutService.wsdl",
targetNamespace = "http://distributors.edi.digital.cn.se.com")
public class SI011ACTUALSALESSyncOutService extends Service {
......@@ -27,11 +27,11 @@ public class SI011ACTUALSALESSyncOutService extends Service {
static {
URL url = null;
try {
url = new URL("file:/C:/Users/Quxl/Desktop/WSDL/SI_011_ACTUAL_SALES_SyncOutService.wsdl");
url = new URL("file:SI_011_ACTUAL_SALES_SyncOutService.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(SI011ACTUALSALESSyncOutService.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/C:/Users/Quxl/Desktop/WSDL/SI_011_ACTUAL_SALES_SyncOutService.wsdl");
"Can not initialize the default wsdl from {0}", "file:SI_011_ACTUAL_SALES_SyncOutService.wsdl");
}
WSDL_LOCATION = url;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment