Show TOC Start of Content Area

Procedure documentation Creating Application Services  Locate the document in its SAP Library structure

Use

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

Prerequisites

·        You have created a development component.

More information: Creating Composite Application Development Components.

      You have opened the Composite Application perspective in SAP NetWeaver Developer Studio and expanded the Application Services node in the Composite Application Explorer. The application services for this project are displayed

Procedure

...

       1.      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.

       2.      Enter the application service name and Choose Finish.

Note

The first letter of the name must be upper case and must not contain any special characters. The application for which this service is used is listed, but cannot be changed

       3.      On the General tab page:

¡        Enter a description

¡        Indicate if this is a remotely enabled service.

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

       4.      Model dependencies to business objects and other application services on the Dependency tab page.

       5.      Model operations on the Operations on the tab page.

More information: Exposing Application Services or Business Objects as Web Service.

       6.      Implement or modify coding for the application service operations on the Implementation tab page.

       7.      Choose Finish.

       8.      Optional:

                            a.      To delete the service, select its node with the secondary mouse button and choose Delete.

                            b.      To rename it, select its node with the secondary mouse button and choose Rename.

                            c.      To edit it, select an application service from the respective node and with the secondary mouse button choose Edit.

Repeat steps 2-7 above if necessary.

More Information

Composite Application Perspective Tab Pages

End of Content Area