Hi Morten,
We got a solution after joinning the tips of Ortwin and more a function,
First: Create a new parameter in runnunit.properties, example:
dataexpress.service.location=http://dataexpress/CallCobol/CallCobol.asmx
Second: in egl source code
CallCobolSoap CallCobolSoap{@BindService{bindingKey = "CallCobolSoap12"}};
ServiceLocation string = sysLib.getProperty("dataexpress.service.location");
ServiceLib.setWebServiceLocation(CallCobolSoap, ServiceLocation);
CallCobolSoap.invokeWithId(arg_1, arg_2);
Then edit runnunit.properties if we need change a new url location.
regards,
Hsieh
Hsieh