This tool directly executes an IMTK command on an IMTK service.
| Parameter # | I/O | Type | Description | 
|---|---|---|---|
| 1 [M] | I | String | The command identifier. | 
| 2 [M] | I | String | The project path. | 
| 3 [M] | I | String | The service's identifier. | 
The command identifiers are:
| Command ID | Function | 
|---|---|
| com.microfocus.eclipse.imtk.ui.NewOperation | Create a new operation for the service. | 
| com.microfocus.eclipse.imtk.ui.delete | Delete the service. | 
| com.microfocus.eclipse.imtk.ui.open | Open the service editor. | 
| com.microfocus.eclipse.imtk.ui.deploy | Deploy the service. | 
| com.microfocus.eclipse.imtk.ui.generateClient | Generate a client application. | 
| com.microfocus.eclipse.imtk.ui.JavaInterfaceProperties | Show the properties for a Java Service. | 
| com.microfocus.eclipse.imtk.ui.validate | Validate the service. | 
| com.microfocus.eclipse.imtk.ui.WebServiceProperties | Show the properties for a Web Service. |