Author Info
Chris Malek

Chris Malek is a PeopleTools® Technical Consultant with two decades of experience working on PeopleSoft enterprise software projects. He is available for consulting engagements.

About Chris Work with Chris
Looking for pain-free PeopleSoft web services? 😀
PeopleSoft Simple Web Services (SWS)

Introducing a small but powerful PeopleSoft bolt-on that makes web services very easy. If you have a SQL statement, you can turn that into a web service in PeopleSoft in a few minutes.

Contents

Introduction to Handlers

Service Operations in PeopleSoft have a concept of a handler. This is pretty typical terminology around different development frameworks. The handler is some piece of code that responds to events. For Peoplesoft Web Services there, are a few different handlers. There are a few main ones that are always used and some that have very specific limited use cases. Here is the list of handler types.

You will spend most of your time developing in the first 2: OnNotify and OnRequest