Question
Veteran Careers First
US
Last activity: 13 Sep 2017 12:47 EDT
Connect-Rest call to MuleSoft
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
The MuleSoft Connector is designed to allow MuleSoft integration flows to add Pega API resources. For Pega to call a MuleSoft resource, you can use the REST wizard and connector capabilities. There is no generic way to call MuleSoft, as it is the tool that integration developers use to build and manage RESTful API's for their business needs.
JPMorgan Chase & Company
US
Hi,
As per the document it is compatible with 7.2.2 version, provided some integration rules which are helpful for easy integration. if MuleSoft is simple rest service you can consume the service by Connect-Rest rule in the current version.
Veteran Careers First
US
Accepted Solution
Pegasystems Inc.
US
The MuleSoft Connector is designed to allow MuleSoft integration flows to add Pega API resources. For Pega to call a MuleSoft resource, you can use the REST wizard and connector capabilities. There is no generic way to call MuleSoft, as it is the tool that integration developers use to build and manage RESTful API's for their business needs.
Veteran Careers First
US
Ok that helps deepen my understanding a bit.
I am not very familiar with Mulesoft.
According to your response, I can treat it like any other Connect-Rest using the REST wizard.
Veteran Careers First
US
The below questions are coming from our Mulesoft expert.
Is there any configuration required to turn on PEGA API for Mule Soft Connector…
What is the URL to access PEGA API for Mule Soft Connector….
Pegasystems Inc.
US
Is there any configuration required to turn on PEGA API for Mule Soft Connector…
On the client, you would need to install the Pega TLS certificate into your local Truststore for secure communication. Details for TLS/SSL configuration can be found on the PDN here:
https://docs-previous.pega.com/how-configure-application-server-support-ssltls-prpc
The only other configuration needed is a valid operator record in Designer Studio for the auth credentials used for accessing the Pega API. The operator access group used for authentication must have the PegaRULES:PegaAPI role. The auth credentials can be passed in via Basic Authentication, or for more secure communication, the Pega API can be configured to use OAuth 2.0 authentication. Details for OAuth 2.0 configuration can be found on the PDN here:
https://docs-previous.pega.com/data-and-integration/accessing-pega-api-using-oauth-20
Is there any configuration required to turn on PEGA API for Mule Soft Connector…
On the client, you would need to install the Pega TLS certificate into your local Truststore for secure communication. Details for TLS/SSL configuration can be found on the PDN here:
https://docs-previous.pega.com/how-configure-application-server-support-ssltls-prpc
The only other configuration needed is a valid operator record in Designer Studio for the auth credentials used for accessing the Pega API. The operator access group used for authentication must have the PegaRULES:PegaAPI role. The auth credentials can be passed in via Basic Authentication, or for more secure communication, the Pega API can be configured to use OAuth 2.0 authentication. Details for OAuth 2.0 configuration can be found on the PDN here:
https://docs-previous.pega.com/data-and-integration/accessing-pega-api-using-oauth-20
What is the URL to access PEGA API for Mule Soft Connector….
There is no centralized public endpoint URL. The endpoint will vary depending in your installation of the Pega platform, either on-prem or cloud. The format of the URL looks like the following:
https://<hostname>:<port>/prweb/api/v1/docs
More info about the Pega API can be found on the PDN here:
Veteran Careers First
US
Thank you for your reply.
I am still reading your reply and the links provided to deepen my understanding.