Integrating your application with external resources

Most applications require access to data or computations that are provided by another system, or applications need to respond to requests from other systems for data or computations. The approaches, technologies, and facilities that support accessing data are collectively known as integration services.

Integration services in the Pega-IntSvcs ruleset include:

  • Connector capabilities, which allow your application (in the role of client), to request data or services from another system (in the role of server).
  • Service capabilities, which allow your application (as a server) to respond to requests it receives from another system (a client).

Connectors

Rule types provide direct support for the following protocols and technologies:

Services

Similarly, rule types for services cover the following protocols and technologies:

How connectors work

Connector interfaces consist of a call or outgoing message (known as the request), followed by a return or arriving message, known as the response. You can parse, convert, and map data in either direction to or from the clipboard.

Arriving information can be an XML file format (and accepted by the Parse XML rule ), in a fixed record structure (accepted by the Parse Structured rule ), or a text file with input fields separated by a tab character or other specific characters (accepted by the Parse Delimited rule ).

Your flows can include Integrator shapes, which execute activities that use connector rules to gather data or request processing from another system.

For most connector types, you can simulate the operation of a connector before you build the connector. This allows your application development and testing to proceed when the external system is unavailable or is difficult to test with. See Creating connector simulators.

Mapping and Resources

Several rule types facilitate two-way mapping between property values (on a requestor clipboard) and the messages, records, or structures used by the external system or technology. These rule types belong to the Integration-Mapping category. See Data mapping in services and connectors — Concepts and terms.

Resource identifiers, such as URLs, port numbers, user names, and passwords, might vary between a development or test environment and a production system, and might change during the operation of a production system. Such information is usually better stored in data instances, rather than rules. The data classes belong to the Integration-Resources category.

Landing pages

Three Integration landing pages provide access to integration rules and resources: