SQL Tables to Campus Solutions SOLA Pages
Flow:
-
The applicant signs into institution's Admissions Application home page and accesses the SOLA component.
-
Assuming that this is not the first time the applicant is visiting the Admissions Application page, SOLA invokes the SAD_GETAPPLS web service operation. The SAD_GETAPPLS_RESP XML message contains all the key values for the applicant's applications.
-
This key information is presented in a grid format for the applicant to choose from, the applicant also has the option to create an entirely new application.
-
The applicant clicks the View button or the Edit button for an existing application and SOLA passes the key values for that specific application to the SAD_GET_APPL web service operation.
-
The SAD_GETAPPL_RESP XML response message contains all the data (both constituent and academic) associated with that specific application.
-
SOLA deconstructs the XML response message node by node and moves this deconstructed message to the corresponding SQL Views within the application page(s) in SOLA.
-
Once the XML response has been deconstructed, SOLA displays the page(s) to the applicant.