How to integrate with soap (or) how to create a connect soap?
Answer / Kanishk Kumar Tiwari
To integrate with SOAP in Pega, you can use the HTTP Client or Integration Hub components. Here's a basic example using the HTTP Client:n
1. Create an HTTP Request operation.
2. Set the URL to your SOAP service.
3. Set the Request Type to 'SOAP 1.1'.
4. Enter your SOAP message in the Request Body.
5. Create an HTTP Response operation and set it as the successor of the HTTP Request operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Consider this scenario: I need to generate a list view report of all the work objects created on a particular date and then I need to include this list view in a section. How this can be done?
Explain about Declare Triggers?
When will we go for may start and authenticate?
Explain about Obj-Save method?
What are the different types of layouts available?
Define about page-copy method?
Where can I see the parameter values in the clipboard ( values ..) I am passing one activity to other?
Explain about the configuration of a summary view?
Define about property-remove method?
How to connect to different pega applications?
What is a Workbasket, Workpool and Workgroup?
Consider this scenario : I have a property of type decimal, I need to restrict it to two decimal places only. How easily this can be done?