To deploy a service interface using imtkmake

Restriction: This topic applies to Windows environments (local development) only.
  1. Start an Enterprise Developer command prompt.
  2. Change to the directory that contains your service interface (.svi) file.
  3. Enter the following:
    imtkmake -generate -deploy service=service-name type=service-type server=server-name,deployer-name [optional-parameters]
    where:
    service-name The name of your service interface
    service-type One of:
    • EJB
    • J2SEbean
    • WebService
    • REST
    server-name The name of the enterprise server to which you want to deploy the service interface
    deployer-name The name of a deployment service on that enterprise server
    optional-parameters Optional parameters available with the imtkmake command

See the imtkmake command reference topic for complete information.