Modeling Application Services
You model application services so that you can store the business process logic of your project model. In mapping your model, you can use other entity and external services as well as their corresponding operations, input and output parameters to connect to the CAF environment with the outside world.
With application service, you can also automatically provide enhanced infrastructure services like authorization, tracing, and transactional handling based on metadata information from the CAF service layer.
You have opened the Composite Application Services (CAS) perspective in SAP NetWeaver Developer Studio.
1. Create a new application service.
See: Creating Application Services
2. Add operations to the application service.
You can also edit or delete created operations.
See:
○ Adding Application Service Operations
○ Editing Application Service Operations
3. You can import or generate external services.
See:
○ Encapsulating External Services as Application Services
○ Generating Web Services from Application Services
4. You may need to use additional mechanisms in your application service:
See:
○ Using Generated External Proxy in Application Service
○ Using Query Filter in Application Service
5. You can delete created application services.
See: Deleting Services