Registering the Create Alert Request API to the Service Registry

Objectives

After completing this lesson, you will be able to:
  • Register APIs to the Service Registry.
  • Create a schema.
  • Create a service / API call.

Create a Web Server

In this lesson, we will more or less follow the guide to configure the alert service from SAP Help. This is a good example of how to register your own services to the Service Registry. When you register a third-party service, you will just need to know the structures and endpoint details. See this link https://help.sap.com/docs/sap-digital-manufacturing/operations-guide/configure-alerts-services The alert service allows you to create alerts within SAP DM and send mail notifications to the alert processors to ask them to work on the alert. The API is already part of the Service Registry by default, so you will also find it upon searching for it. However, the alert function in SAP DM allows you to set up custom alert types containing custom alert data. The custom alert data you configure is not part of the create alert service you find in the Service Registry by default. Therefore, as soon as you use custom alert data, you need to register the service yourself.

Create a Schema

Note

Here is the link to the CreateAlertRequest Schema.

Create a Service / API Call

Log in to track your progress & complete quizzes