How to wait for service to finish executing (using Thread.sleep?
Question Flow/service: SERVICE X Thread.sleep SERVICE Y Can Thread.sleep be used to wait for Service X to execute? Answer No, Thread.sleep cannot be used that way. Using Thread.sleep in the service will not make the whole service to sleep, it will sleep after … How to write a basic Java Service You’ll need to make sure the Integration Server can find your javac compiler. So either put it in the system path and restart the server (and the command box too) OR else go into settings extended settings (in the web Administrator on port 5555 … HOWTO – EANCOM Whilst implementing EANCOM several fixes were required: http://advantage.webmethods.com/article/?id=SR152976196 http://advantage.webmethods.com/article/?id=SR149558315 HOWTO – SAP Adapter RFC Listener not working Problem We’ve had several cases where you can create a SAP Alias in webMethods and connect ok, then create a listener in webMethods and that reports that it can connect ok, but then go into SAP and run SM59 and it cannot conn