Previous Topic Next topic Print topic


To generate and deploy a service interface using imtkmake

Restriction: This topic applies only when the Enterprise Server feature is enabled.
  1. Start a Visual COBOL command prompt.
  2. Change to the directory that contains your COBOL program 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
    server-name The enterprise server to which you want to deploy the service .
    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.
Previous Topic Next topic Print topic