Hello, Rules to be created to provide a Service either in SOAP or REST?
Regards
Pradeep
Hello, Rules to be created to provide a Service either in SOAP or REST?
Regards
Pradeep
Please use the connector wizard to generate the Connect REST and SOAP rules. Please find the below documentation for more details, along with step-by-step instructions.
Pre-req: Pegasystems Documentation
REST Integration: Pegasystems Documentation
SOAP Integration: Pegasystems Documentation
When we provide a Service, i.e Pega Application is acting as a Service provider.
Service rule should be created additionally below rules Like
Class Structure: Input Class (To create input properties), Output Class(Output properties), Service Class to create the Service rule.
Parse Rules: ParseXML and XMLStream rules for conversion
Service Package: To create Authentication, Access Group
Service Rule: To define the Service
Service Activity: To define the logic.
Hi@PradeepC17208026
Creating a SOAP or REST service in Pega involves several key steps.
For SOAP Services:
For REST Services: