Solution Diagram
The technical aspects involved in Oracle Utilities Customer Cloud Service Integration to Oracle Field Service are:
An integration between Oracle Utilities Customer Cloud Service and Oracle Field Service.
The integration layer is made up of integration processes deployed on Oracle Integration Cloud.
It uses web services and REST APIs to facilitate communication between the two applications.
In the Oracle Utilities Customer Cloud Service initiated processes, outbound messages are sent and Oracle Field Service uses REST API to receive the messages.
In the Oracle Field Service initiated processes, events are triggered and Oracle Utilities Customer Cloud Service uses inbound web services (IWS) to receive the messages.
The integration patterns used in this solution are:
Synchronous
The synchronous integration process:
1. Receives request message from the source application.
2. Transforms the message from source format to the target format. Lookups are used for data translations.
3. Invokes the target application.
4. Transforms the message (after invoking the target application) from the target format back to the source format. It sends back an acknowledgment/synchronous response.
5. In case of any error, the global fault handler catches them and sends the transformed error message to the source application.
6. An optional email notification is sent to the respective users as configured.
One-way Asynchronous
The one-way asynchronous integration process:
1. Receives request message from the source application.
2. Transforms message from the source to the target format. Lookups are used for data translations.
3. Invokes target application to send the request message.
4. In case of any error, the global fault handler catches them.
5. The error instance can be re-submitted from Oracle Integration Cloud. Refer to the Error Handling section in Configuring Lookups, Error Handling, and Email Notifications for more details.