Show TOC Start of Content Area

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

Prerequisites

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

Creating Application Services

...

       1.      In the Service Explorer, click the Application Services node with the secondary mouse button and choose New.

The New Application Service wizard appears.

       2.      Enter a name for the application service.

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

       3.      Choose Finish.

The new object appears under the Application Services node and the application service opens in the editor view.

       4.      On the General tab page do the following:

     Enter a description

     Indicate if this will be a remotely enabled service

See Modeling External Services for more information on exposing services as external services.

       5.      Model dependencies on the Dependencies tab page.

       6.      Map operations on the Operations tab page.

See Service Modeling for modeling tips.

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

Editing Application Services

 

 

       1.      In the Service Explorer view, select an application service from the Application Services node with the secondary mouse button and choose Edit.

The application service opens in the editor view

       2.      Repeat steps 4-7 from above as necessary.

End of Content Area