
Explore how Pega enables low-code, model-driven app development without coding, using dcvo and guardrails, and how to extend Pega apps to marketing, sales automation, and customer services across cloud deployments.
Create a new Pega application by switching to Dev Studio, choosing from scratch or implementation, defining organization and division, giving a unique name, saving, and configuring access groups.
Learn to implement connect-rest in pega using rest connectors, map lat lon to city, state, and time zone, and test connectivity with data transforms and data pages.
Configure soap and rest connectors to integrate external data in pega. Map xml or json responses to pega properties using data transforms and data pages.
This Course will help you to learn how to use integration in pega. This course will demonstarte how to configure step by step. Also we were showin how to configure ConnectRest and Connect-Soap in two different videos. in both a videos we have explained how to configure endpoint url ,Query string parameters etc. in addition this we also showed how to test the Soap/Rest url by passing headers , body using SOAP/Rest Integration wizart. Using Corresponding integration wizart we can verify whether url works based on response received for corresponding request. Also we have show how we send request to service dynamically and also we have demonstrated how we are verifying service.
Here are some of the Introduction abount Connect-Rest and Connect-SOAP to ber be learned
Connect-Rest
Connect REST rules support interactions between the Pega Platform and other systems over the Hypertext Transfer Protocol (HTTP).Using rule resolution, locates the Connect REST rule identified by the ServiceName parameter and the class of the step page or primary page. Uses the HTTP method identified by the MethodName parameter to assemble a HTTP request message.
Connect-Soap
Using rule resolution, locates the Connect SOAP rule identified by the ServiceName parameter and the class of the step page or primary page.Uses request information to assemble a SOAP request message for the Web service.