News

Out of the box a webMethods Integration Server is shutdown via the Administrator screen. Following code snippet with allow you to gracefully shutdown a webMethods Integration Server through the usage of a custom developed java program. Java code snippet : import java.io.*; import com.wm.app.b2b.client.*; import com.wm.util.*; import com.wm.data.*; public class IntegrationServerShutdown {             public...