Multiple choice technology web technology

If you want to fetch some data from a web service, which one you use

  1. Rule-Connect-SOAP

  2. Rule-Connect-WebService

  3. Connector

  4. 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).