1).
IRIS – FUNDS TRANSFER APPLICATION – VERSION API
Create a version with IRIS standards.
Open Api Workbench and Create provider API ,
Click “Next “ to review and download.
The Artefacts will get downloaded as archive file
Open Design Studio → Right click → New → New project
Expand the service project created in DS . Right click on src/main/resources and import the downloaded artefact
Now create a container-project.
Select the container archetype and create new container project.
The Project created in DS
Copy the groupId,artifactId,version from pom.xml of service project .
Paste as dependency in pom.xml of container-project.
Comment out unwanted securities in xacml.
Run configuration of service project
Apply and Run to build war file .
Right Click on container project and select Run Configuration. Create new maven build .
Set goals as “clean install”
Select the workspace as the container project itself and Run.
Build Success
Container Project creates a war file under its ‘target’ folder.
Copy the war file and deploy it into the appserver.
Copy the json from api-docs in service project and copy it in online portal SWAGGER.IO
https://editor.swagger.io/
Copy the ‘body’.
Open postman
Paste the json content in Body and give the requested values and ‘Send’
Successful Response will generate.
Check the transaction in T24 Browser.
2). IRIS – CUSTOMER APPLICATION – ENQUIRY API
Create a enquiry with IRIS standards.
Open Api Workbench and Create provider API ,
Open Design Studio → Right click → New → New project
Copy the groupId,artifactId,version from pom.xml of service project .
Paste as dependency in pom.xml of container-project.
Run configuration of service project
Right Click on service project and select Run Configuration. Create new maven build .
Set goals as “clean install”
Select the workspace as the service project itself and Run
Apply and Run to build war file .
Container project needs to run so that the existing war file gets updated with the services.
Copy the json from api-docs in service project and copy it in online portal SWAGGER.IO
https://editor.swagger.io/
Open postman
ENQUIRY response in postman
Check the response in T24 browser.