Contents

Asynchronous request / response

Note: This section needs major work.

PeopleBooks:

  1. A source system generates and sends a request.
  2. The application receives and processes the request.
  3. Sometime later the application sends a response back to the source system. The response includes a unique identifier from the original request, which serves as a correlation ID.
  4. The source system processes the response using the correlation ID to map it back to the original request.

Valid Handler Types:

  • OnNotify
  • OnReceive
  • On Response (???? from pbooks)
  • OnRoute
  • OnRequestSend

The sending system invokes a service operation asynchronously and processes the response from the receiving system asynchronously. Unlike a synchronous operation type, the response is not processed on the same thread as the response, and it is processed sometime in the future.

Outbound:

  • The application generates and sends a request.
  • The target system receives and processes the request.
  • Sometime later the target system sends a response which contains the transaction ID from the original request. This ID serves as the correlation ID.
  • The application processes the response using the correlation ID to map it back to the original request. The message sent back is a response in the form of a request.

Inbound:

  • A source system generates and sends a request.
  • The application receives and processes the request.
  • Sometime later the application sends a response back to the source system. The response includes a unique identifier from the original request, which serves as a correlation ID.
  • The source system processes the response using the correlation ID to map it back to the original request.

Example Delivered Service: QAS_QRY_SERVICE QAS_EXECUTEQRYASYNC_OPER - This only has a “OnNotify” handlers


Author Info
Chris Malek

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

Work with Chris
PeopleSoft REST APIs in Minutes, Not Months
PeopleSoft Simple Web Services (SWS)

SWS turns SQL into production REST APIs — ready for AI, modern apps, and partner integrations. One install, unlimited potential.

  • Configuration-driven, no coding required
  • JSON, XML, and CSV output
  • Works across all PeopleSoft pillars
  • Built on 25+ years of PeopleSoft expertise
Looking for pain-free PeopleSoft web services?
PeopleSoft Simple Web Services (SWS)

A powerful PeopleSoft bolt-on that makes REST web services easy. You bring the SQL, SWS handles the rest.

  • Go from idea to production in minutes
  • Zero code migrations after install
  • JSON, XML, and CSV output supported
  • No PeopleCode or Integration Broker expertise required
Stop Building PeopleSoft Web Services the Hard Way
PeopleSoft Simple Web Services (SWS)

Traditional PeopleSoft web services cost $3,600–$13,000 each to develop. SWS deploys production REST APIs in under 5 minutes through configuration alone.

  • No PeopleCode or Integration Broker expertise required
  • Works across Campus Solutions, HCM, and Financials
  • Built-in pagination, caching, and nested data structures
  • Trusted by institutions across higher education and government
PeopleSoft REST APIs for AI, Modern Apps, and Integrations
PeopleSoft Simple Web Services (SWS)

Turn PeopleSoft data into clean REST APIs for AI integrations, modern applications, and vendor data feeds. Configuration-driven — no PeopleCode required.

  • Deploy production APIs in under 5 minutes
  • AI and LLM ready (RAG, chatbots, intelligent search)
  • JSON, XML, and CSV output
  • Zero modifications to delivered PeopleSoft objects