Question
3
Replies
24
Views
Oligos SAS
Posted: September 24, 2019
Last activity: September 25, 2019
Closed
HTTP service exchanging XML flux
Hi, there is a wizard to create REST or SOAP services, my need is to create a service using HTTP protocol that exchange XML flux but that is not a soap. Is someone has a tutorial / procedure ?
REST is the modern way of exchanging messages (including xml payloads) for loosely-coupled systems, it uses http protocol (this is where most of Pega focuses are, in terms of future improvement). SOAP is somewhat out of date and too heavy in general. Please visit online help for Connect-REST (Pega connecting to external endpoints) or Service-REST (Pega hosting rest endpoints).