Built in service to make a Windows Service Call from SoftwareAG 9.12

Hi Team,

Could you please let me know if you have any build in service to make a Windows Service call from SoftwareAG 9.12. Right now I am working to create a custom java service, but checking if we have any built in service from SoftwareAG 9.12

#1 : Check if “pub.utils:executeOSCommand” helps

#2: Building Services from .NET Methods (might help, but I have not used personally though)

If you are executing a .exe or bat file on same machine as the Integration server then use the ProcessBuilder class in Java.

https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html