Embedding the AEB GUI into Your Software
General information about Compliance Screening applications
Besides business facades (BF), which allow the use of Compliance Screening functionality in your own program code, the AEB Compliance Screening API also offers application facades (AF) to embed the GUI of Compliance Screening in your own software.
Technology | Link to documentation |
---|---|
REST | Compliance Screening Applications |
SOAP | RexAF (WSDL) RexAF (JavaDoc) |
An application facade call is technically a normal business facade call - the authentication process is the same, request parameters are transmitted as HTTP body. But an application facade returns a link in the response, which the caller of the application facade can open in a new browser window or in an embedded frame of the web application, so the desired application of Compliance Screening opens for the user.
More details on application facade requests can be found in REST or SOAP documentation.
Updated over 2 years ago