First of all, don’t think INTEGRATION is a difficult topic in PEGA. I would say Integration is much easier than creating an activity rule. Pega makes it simple for developers. All you need to do is configure the Integration rules. Pega takes care of the rest. Pega provides useful wizards and guides the developers in […]
Service SOAP – Usage and Configurations in Pega
In this blog article, we will see how a Pega application can host a SOAP web service. I request you to go through another blog article on Service-REST where I already talked about services in general – Update: The Concept of SOAP services remains the same across different Pega versions. The screenshots in this blog […]
Connect SOAP – Usage and Configurations in Pega
In this blog article, we will try to understand about Connect-SOAP in Pega. Update: The concept of SOAP Connector remains the same across different Pega versions. Most of the screenshots in this blog article were reused from Pega 7 version and few were updated. Use this blog article to learn the concepts and you can […]
Connect REST – Usage and Configurations in Pega
In this blog article, we will try to understand about Connect-REST in Pega. Connect-REST is One of the most commonly used Connectors in Pega to integrate with external systems. Update: The concept of REST Connector remains the same across different Pega versions. Most of the screenshots in this blog article were reused from Pega 7 […]
WSDL Structure & its relationship with Pega rules
In this blog article, we will see about the WSDL structure and its relationship with Pega integration rules. This will open up the door for SOAP Integration. WSDL – Web Service Definition/Description Language Update: The concept of WSDL structure is more generic and is not Pega terms. It is commonly applicable for SOAP protocol services. […]
Integration Mapping – Parse XML rule in Pega
In this blog article, we will understand some more new information about the XML mapping rule – Parse XML. A Final step towards SOAP Integration 😊 I would suggest you to visit the blog article on WSDL unfolding and XML stream rules – Update: The activity rule methods remains the same across different Pega versions. […]
Integration Mapping – XML Stream rule in Pega
In this blog article, we will understand some new information about the XML mapping rules – Stream-XML. One more step closer towards SOAP Integration 😊 I would suggest you to visit the blog article on WSDL unfolding – Update: The activity rule methods remains the same across different Pega versions. The screenshots in this blog […]
Integration Mapping – Parse Structured rule in Pega
In this blog article, we will see more in detail about the parse structured rule and the four specific methods. This is the continuation of the previous blog article on Map structured rule. It is recommended to visit the Map structured article before proceeding here. What is Parse structured rule? Used to parse the structured data into […]
Integration Mapping – Map structured rule in Pega
In this blog article, we will see more in detail about Map structured rule. Let me start with a scenario, Our Pega application needs to talk with another application. Talk refers to the transfer of data between systems. Data can be in any format. Now, the external system sends us input data in a file […]
Service File Processing – tutorial
This article is all about working out a tutorial on service file rules in Pega. It is a mandatory pre-requisite to go through my previous article on Service file configurations before continuing here. I have already explained the business requirements in my previous article. Business Requirement: External system sends us the input file with a […]