A REST connector is called by a connector activity — an activity with the Activity Type set to Connect that applies to a class derived from the Work- base class. Such activities can be referenced in an Integrator shape in a flow rule.
Connector activities have the following kinds of steps:
Note: For information about how to handle attachments with connectors, see Using attachments with SOAP, dotNet, and HTTP connectors and services
To perform REST connector processing asynchronously:
Queue
When a customer has a Connector rule for an HTTP-based protocol such as HTTP, SOAP, REST, and sometimes Email, they may point to an SSL-enabled ("https") endpoint. The service that is connected to will provide an SSL certificate in order to identify itself and secure the connection.
Pega Platform relies on the Application Server in order to "trust" the certificate that another service provided. When Pega Platform is deployed in tomcat, this usually means that the default java trust store is in use. IBM Websphere has its own trust store, controlled in the Admin Console.
When the certificate provided by a service is not in the trust store, or otherwise not trusted (for instance, it is out of date or issued to a different organization), Pega Platform cannot complete the connection and an exception such as "Peer not authenticated" results.
It is the responsibility of the customer to ensure that the application server's trust store is set up correctly.
For information on gathering performance information about this connector see Testing Services and Connectors, a document on the Integration pages of the PDN.
The Pega Platform uses property qualifiers to map JSON data to properties in the data model that is generated from REST integration. Navigate to the Advanced tab of a property to see the Property Qualifiers section. The Qualifier field contains the standard pzExternalName qualifier for the property, and the Value field contains the JSON field name. Property qualifiers enable the system to handle JSON field names with special characters that are listed in the pyInboundIdentifierEncoder decision table.
Tip: If your system does not have records generated by using the REST integration wizard and the data model has been created manually, you can set the value of the Dynamic System Setting Pega-IntegrationEngine/json/legacyMapping to "true". Setting this value allows the system to use the legacy pyInboundIdentifierEncoder decision tables to map special characters in JSON field names to Pega properties.