SOAP Service

Hello !!

I need to configure a SOAP service through Service Accelerator to take the Operator ID as input & return the basic details like Name, Workgroup, AccessGroups, Workbaskets as output.

Thank you.

@itzreddyv

Is there any issue you are facing while running the wizard ?

In wizard you can configure the activity to call a report. Create that report in Operator class and pass param as Operator ID and fetch whatever you need. (you can join with other tables as well if required).

Other alternative to achieve this is to use Pega OOTB API. OOTB Data api can be used to invoke a data page and get the response back. Data page can be configured to return operator details.

Note: To use 2nd approach, TSL/SSL is required.