Panel |
---|
In this tutorial, you use the Gmail connector to send an email containing the response received from SettlePaymentEP in the previous tutorial. |
...
- As the email sender, navigate to the URL https://console.developers.google.com/projectselector/apis/credentials and log in to your google account.
If you do not already have a project, create a new project.
Click Google APIs -> Credentials -> Create Credential -> OAuth client ID.
Note At this point, if the consent screen name is not provided, you will be prompted to do so.
Select Web Application and create a client.
Provide https://developers.google.com/oauthplayground as the redirect URL under Authorized redirect URIs and click Create.
The client ID and client secret will then be displayed.Info See Gmail API documentation for details on creating the Client ID and Client Secret.
Click on the Library on the side menu, and select Gmail API.
Click Enable.
...
Start the message broker profile as follows:
...
Start the runtime by executing the message broker startup script as shown below.
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
The message broker profile is now ready to receive messages from the ESB profile.
...
To be able to send requests to the back-end service (which is an MSF4J service deployed in MSF4J profile), you need to first start the MSF4J runtime:
...
Start the runtime by executing the MSF4J startup script as shown below.
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
The Healthcare service is now active and you can start sending requests to the service.
...