AAWS for PeopleSoft Campus Solutions

Peoplesoft AAWS
Following the release of Enterprise Campus Solutions 9.0 Feature Pack 2, Oracle introduced Admission Applications Web Services (AAWS) to help higher education institutions manage their diverse and extensive admissions application processes effectively. This launch is part of a feature pack that emphasises Oracle’s Continuous Delivery Model for PeopleSoft Enterprise Campus Solutions.

AAWS is a framework that facilitates the integration of external online application systems with PeopleSoft Campus Solutions.
Entity Registry is used by AAWS to interact with the Campus Solutions system.
It provides the following SOAP/XML-based web services for these applications to interact with PeopleSoft.

SAD_CREATEAPPL: Create Admission Application
Initialises admission applications in the Campus Solutions system.
This creates and returns a TEMP_ID which will be used in subsequent web service calls to interact with this application.

SAD_SAVEAPPL: Save Admission Application
Saves an admission application to the staging tables for later modification or submission.
The TEMP_ID returned by SAD_CREATEAPPL will have to be passed in.
Creates and returns an ADM_APPL_NBR.

SAD_SUBMITAPPL: Submit Admission Application
Submits a completed admission application to Campus Solutions.
The TEMP_ID returned by SAD_CREATEAPPL will have to be passed in.
Saves the application to staging tables and then posts it to production tables after validation checks.

SAD_GETAPPLS: Retrieve Multiple Applications
Retrieves summaries of all applications associated with the authenticated user.

SAD_GETAPPL: Retrieve Specific Application
Retrieves detailed information about a specific saved or submitted application using its application number.

SAD_GETATTACH: Retrieve Attachments Related to Applications
Retrieves attachments associated with an admission application, such as documents uploaded by applicants.

SCC_GET_LOV: Get List of Values
Although not part of AAWS, this service is useful when an external application (such as an admissions portal) needs to fetch a list of valid values, like prompt tables, from PeopleSoft.

Tags: ,
Leave a Reply

Your email address will not be published. Required fields are marked *

*
*