Sending of a shifting summary

compared with
Current by Christophe DENEUX
on Jul 26, 2016 10:13.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

The user base will be simulated by a SOAP-UI mock service through a resource Restfull or a SOAP web-service. We have two different implementations of the same service for fun ;)

h3. Applicative resources

All applicative resources are simulated through SOAP-UI mocks defined as following in the SOAP-UI project of this sample.

h4. User base simulation

To send the email containing the shifting summary to the human resource manager, we must look him in the user base.

So the user base system must provide following services:
* a service retrieving the email address of the human resource manager of a given user identified by its user identifier. This service is simulated:
** in a SOAP way, using the operation '{{humanResourceManager}}' of the user base web-service '{{userBaseService}}': the returned email of the human resource manager is defined as the global property '{{humanResourceManagerEmail}}'of the SOAP-UI project,