April 2017
Intermediate to advanced
564 pages
24h 7m
English
Interaction services provide interaction between applications or users. In our sample scenario, we have our service that provides interaction between two applications without the need of a third software in between. For this purpose, we have a DocumentValidity service, and we call it a notification service, which receives the notification from one service and processes it to another within the same Regulatory Affairs context (department):
Let's view the simple code for our sample notification service: /// <summary> /// This API gets the notifications from the DB Documents Validation Notification service. /// Usage: - GET api/DocumentValidity/notify?employeeId=2&docid=1 /// Type: Interaction Service ...Read now
Unlock full access