If you want to fetch some data from a web service, which one you use
-
Rule-Connect-SOAP
-
Rule-Connect-WebService
-
Connector
-
Rule-Service-SOAP
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
In Pega PRPC, Rule-Connect-SOAP is the rule type used to connect to SOAP-based web services for fetching data. Rule-Connect-WebService is a more generic connector, but Rule-Connect-SOAP is specifically designed for SOAP services which is what the question asks about.
AI explanation
Rule-Connect-SOAP is the rule type used to invoke SOAP-based web services and fetch data from them, handling the WSDL-based request/response mapping. A generic "Connector" or a plain "Rule-Service" type either isn't specific to consuming external web services or represents the wrong direction (exposing a service rather than calling one).