Show TOC

Creating Application ServicesLocate this document in the navigation structure

Use

You use application services to implement the business logic of your composite application.

Procedure
  1. Open the Service Composer perspective in SAP NetWeaver Developer Studio and expand the Application Services node.
  2. Click the node of the package in which you want to create the application service with the secondary mouse button and choose New Application Service.
  3. Enter the application service name. Note that the application service name must be a valid Java identifier. Choose Finish.

    The application service is created.

  4. Open the General tab page of the new application service:
    • Enter a description
    • Indicate if this is a remotely enabled service.

      For example, if the service is accessible from another Application Server Java (AS Java) using RMI.

  5. Model dependencies to business objects and other application services on the Dependency tab page.
  6. Model operations on the Operations on the tab page. For more information, see Exposing Application Services or Business Objects as Web Service .
  7. Implement or modify coding for the application service operations on the Implementation tab page.