Commit ffa21904 authored by Quxl's avatar Quxl

x

parent c0bf61d2
...@@ -46,8 +46,8 @@ public class ZMISD009SOCREATIONTask { ...@@ -46,8 +46,8 @@ public class ZMISD009SOCREATIONTask {
File folder = jarFile.getParentFile(); File folder = jarFile.getParentFile();
String absolutePath = folder.getAbsolutePath(); String absolutePath = folder.getAbsolutePath();
String wsdlLocation = "file:///" + absolutePath + "/WSDL/Z_MI_SD_009_SO_CREATION.wsdl"; String wsdlLocation = "file:///" + absolutePath + "/WSDL/Z_MI_SD_009_SO_CREATION.wsdl";
ZMISD009SOCREATIONService service = ServiceFactory.create(ZMISD009SOCREATIONService.class, wsdlLocation, "http://schneider-distributor.com/", "Z_MI_SD_009_SO_CREATIONService", username, password); ZMISD009SOCREATION service = ServiceFactory.create(ZMISD009SOCREATION.class, wsdlLocation, "http://schneider-distributor.com/", "Z_MI_SD_009_SO_CREATIONService", username, password);
this.sendData(service.getZMISD009SOCREATIONPort()); this.sendData(service);
} }
private void sendData(ZMISD009SOCREATION ZMISD009SOCREATION) { private void sendData(ZMISD009SOCREATION ZMISD009SOCREATION) {
......
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