Synchronous processing occurs when a request has to be fulfilled before a response is generated. For example, when a user makes an API call or a database query, the request must be handled and a response generated before anything else can happen.
Home » Posts filed under Integration
What are stateful and stateless processing modes in Service package
Stateful processing mode is where a Service Package remembers data between two requests from a client. This data is stored in its memory and the next request from the client can use the stored data for faster processing.
Exception handling in Pega Connect-REST
Error handling when using Pega Connect-REST involves catching response codes from the server and taking the appropriate action in the application.
By default, a GET or PUT request will return a 200 or 204 for success or a 404 for a note found. The other error codes, such as 401 and 500, should be handled in the application code.
GET, POST, PUT, PATCH and DELETE methods in Pega Integration
•GET: The GET method is used to retrieve information from a specified source. It is one of the most common HTTP methods and is used to retrieve data from an API. GET requests can be cached, remain in the browser history, and can be bookmarked. GET requests should never be used when dealing with sensitive data; as they are passed on the URL they are inherently insecure.
Explain Service REST integration in Pega
REST integration in Pega is a process that allows two different systems to exchange data with each other via a standardized protocol such as REST (Representational State Transfer). This is done by creating an API that the two systems can use to communicate with each other. The API acts as a bridge between the two systems and can move data from one to the other and vice versa. The API is usually accompanied by a couple of web services that need to be invoked in order to complete the integration. These web services may include authentication, authorization, data transfer and other services needed to complete the integration. By leveraging the power of REST, Pega can provide integration to various systems and services, giving users greater flexibility and control over their data.
Pega exception handling in connectors
What is exception handling in pega?
Simulations in pega
What is the simulation in pega?
How to simulate an integration in pega?
How to configure Service REST in pega
What is REST?
What is REST in Pega?
Add caption |