# reference-implementation-nextgenpsd2 **Repository Path**: mirrors_wso2/reference-implementation-nextgenpsd2 ## Basic Information - **Project Name**: reference-implementation-nextgenpsd2 - **Description**: WSO2 OB Compliance Toolkit Berlin provides the Toolkit Implementation for the Berlin NextGenPSD2 Specification - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WSO2 OB Compliance Toolkit Berlin WSO2 OB Compliance Toolkit Berlin provides the Toolkit Implementation for the Berlin NextGenPSD2 Specification ### Building from the source If you want to build WSO2 OB Compliance Toolkit Berlin from the source code: 1. Install Java8 or above. 1. Install [Apache Maven 3.0.5](https://maven.apache.org/download.cgi) or above. 1. Install [MySQL](https://dev.mysql.com/doc/refman/5.5/en/windows-installation.html). 1. To get the WSO2 OB Compliance Toolkit Berlin from [this repository](https://github.com/wso2/reference-implementation-nextgenpsd2), click **Clone or download**. * To **clone the solution**, copy the URL and execute the following command in a command prompt. `git clone ` * To **download the pack**, click **Download ZIP** and unzip the downloaded file. 1. Navigate to the downloaded solution using a command prompt and run the Maven command. | Command | Description | | :--- |:--- | | ```mvn install``` | This starts building the pack without cleaning the folders. | | ```mvn clean install``` | This cleans the folders and starts building the solution pack from scratch. | | ```mvn clean install -P solution``` | This cleans the folders and starts building the solution pack from scratch. Finally creates the toolkit zip files containing the artifacts required to setup the toolkit. | 1. Once the build is created, navigate to the relevant folder to get the toolkit for each product. | Product | Toolkit Path | | :--- |:--- | | ```Identity Server``` | `/reference-implementation-nextgenpsd2/toolkits/ob-apim/target` | | ```API Manager``` | `/reference-implementation-nextgenpsd2/toolkits/ob-is/target` | ### Running the products Please refer the following READ.ME files to run the products. | Product | Instructions Path | | :--- |:--- | | ```Identity Server``` | `/wso2ob-apim-toolkit-berlin-1.0.0-M1/READ.ME` | | ```API Manager``` | `/wso2ob-is-toolkit-berlin-1.0.0-M1/READ.ME` | ### Reporting Issues We encourage you to report issues, documentation faults, and feature requests regarding the WSO2 OB Compliance Toolkit Berlin through the [WSO2 OB Compliance Toolkit Berlin Issue Tracker](https://github.com/wso2/reference-implementation-nextgenpsd2/issues). ### License WSO2 Inc. licenses this source under the WSO2 Software License ([LICENSE](https://github.com/wso2/reference-implementation-nextgenpsd2/blob/main/LICENSE)).