Creating Application Services
Use
You use application services to implement the business logic of your composite application.
Procedure
- Open the Service Composer perspective in SAP NetWeaver Developer Studio and expand the Application Services node.
- 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.
- Enter the application service name. Note that the application service name must be a valid Java identifier. Choose Finish.
The application service is created.
- 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.
- Model dependencies to business objects and other application services on the Dependency tab page.
- Model operations on the Operations on the tab page. For more information, see Exposing Application Services or Business Objects as Web Service .
- Implement or modify coding for the application service operations on the Implementation tab page.