Question
3
Replies
135
Views
Posted: January 15, 2020
Last activity: January 15, 2020
Closed
Solved
How to build the client side application to trigger the real-time event?
Hi,
I would like to know the client side mechanism of real-time event activation.
I read the user guide and knew that sending SOAP request to 'http://<host>:<port>/prweb/ PRSOAPServlet/SOAP/PegaMKTDataMktEvent/Services?WSDL' triggers the real-time event.
Do we have to scratch client application such as organizing soap request with customer id, lattitude and longitude?
Or does Pega Marketing provide any materials for building client application?
Regards,
SOAP is a Pega independent protocol for two loosely coupled systems to interact through a defined contact (in this case WSDL). You can use any SOAP client to call Pega provided SOAP endpoint. One of the most popular ones is call SOAPUI (you can google it and download to test it out).