Show TOC

Procedure documentationCreating Service Interfaces or Services Locate this document in the navigation structure

 

In the Service Composer perspective, you can create from scratch simple service interfaces or services. Note that they contain only the basic attributes of a service interface or a service. You need to them to be able to compose services from scratch, instead of using existing WSDL file.

Prerequisites

You work in the Service Composer perspective.

Procedure

Creating a Service Interface

You can create a simple service interface. To do that:

  1. From the menu path, choose   File   New   Service Interface  .

  2. In the dialog that appears specify the details for the service interface that you want to create.

  3. Under Project select the development component and the exact folder in which you want to store the new service interface.

  4. Choose Finish.

Creating a Service for CAF Project
  1. From the menu path, choose   File   New   Service  .

  2. In the dialog that appears, choose CAF as the implementation type.

  3. Under Project select the development component in which you want to store the new service.

    Choose Next.

  4. Choose whether you want to create a new service interface, or whether you want to use an existing service interface. Complete the dialog.

    For more information about connecting to the Enterprise Services Repository (ESR) or to the Service Repository, see Importing WSDL Documents in the SAP NetWeaver Developer Studio.

    For more information about working with services in CAF, see Using External Services.

Creating a Service for Service Composer Project
  1. From the menu path, choose   File   New   Service  .

  2. In the dialog that appears, choose Composed Service as the implementation type.

  3. Under Project select the development component in which you want to store the new service.

    Choose Next.

  4. Choose whether you want to create a new service interface, or whether you want to use an existing service interface. Complete the dialog.

    For more information about connecting to the Enterprise Services Repository (ESR) or to the Service Repository, see Importing WSDL Documents in the SAP NetWeaver Developer Studio.

    When ready with importing the service interface, choose Next.

  5. Select the service operations that you want to compose. Choose Finish.

    For more information about working with composed services, see Composing Services.