Commit fdda0922 authored by Quxl's avatar Quxl

x

parent 31558de2
......@@ -69,7 +69,7 @@ public class SI009SOCREATIONAsynOutServiceTask {
File jarFile = home.getSource();
File folder = jarFile.getParentFile();
String absolutePath = folder.getAbsolutePath();
String wsdlLocation = "file:///" + absolutePath + "/" + WSDLPATH + "/Z_MI_SD_009_SO_CREATION.wsdl";
String wsdlLocation = "file:///" + absolutePath + "/" + WSDLPATH + "/SI_009_SO_CREATION_AsynOutService.wsdl";
SI009SOCREATIONAsynOut service = factory.create(SI009SOCREATIONAsynOut.class, wsdlLocation, SI009SOCREATIONAsynOutService.SERVICE, SI009SOCREATIONAsynOutService.HTTPPort);
this.sendData(service);
}
......
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