You are on page 1of 15

CREATE IRIS SERVICE

 Open Design Studio


 In the top menu, click File → New Project. A new wizard opens.
 Expand Design Studio, select Design Studio Template Projects and click Next.

 From the drop-down list, select IRIS Data Service Project.


 Provide the project name if you want; otherwise keep it default.
 Click Finish. A few projects are created in your workspace.
Note: Do not change other attributes in the template project – these are only for advanced users.
 Delete the following two projects from your workspace – they are for different
purposes.
 AtiBukoWokee-embedded-server-tafj
 AtiBukoWokee -tafc-server

 Additionally, delete or comment out the embedded-server-tafj reference from the


pom.xml file in the *-iris-parent project.
Establishing the connection with Temenos Sandbox
To establish the connection with Temenos Sandbox:
 Expand the *-tafj-server project and double click the server.properties file.
 Enter the user name, password, host name and port number. You can get these details from
your Temenos Sandbox.

 Start the server: click the Servers tab, right-click T24 Connection and click Start (or Restart).
Importing enquiries or versions
To import an enquiry from T24:
 In the top menu, click File → Import….

 Expand Design Studio, click Import T24 Enquiries and then click Next.

 Select the enquiry you want to add to your project. Click Next.
 Save this enquiry in the enquiry folder of the *-models project. Click Finish.

 A success message is displayed. Click OK to close this message.


 The enquiry is in your *-models project.

Creating a RIM file


To create a RIM file:
 Right-click the imported enquiry.
 In the context menu, click Design Studio and then click Generate Code.
Creating a RIM file 1

Result: The ATI.EN.EC.ACCT.DETAILS.rim file has been generated in the following directory:
*-models\rim\gen\T24\enqATI.EN.EC.ACCT.DETAILS.rim
Adding the enquiry to the service document
The last step in creating your API is to add the RIM definition to the service document. The service
document is in the following directory:
*-models project\rim\project_name\project_name.rim
 Double click the rim file with your project name, for example AtiBukoWokee.rim. The contents
of the file are displayed in the right pane.
 Add the newly created RIM reference in the Service Document resource. Make sure you follow
the correct sequence: Domain Name → RIM Name → Resource Name (Collection)

Make sure that you are able to navigate from the Service Document to the newly added rim file. To test
the link, control-click the new resource definition. You should be able to go the enqAtiEnEcAcctDetailss
resource.
Change OFS Source
Change ofs source in the following directory:
*-iris project\src\main\appConfig\standaloneTAFJ

catalogServiceContext.xml

resourceProviderServiceContext.xml

*-iris project\src\main\appConfig\tafj

catalogServiceContext.xml

resourceProviderServiceContext.xml
Building an IRIS project
To build this project:
 Expand the *-iris-parent project.
 Right-click the Package.launch file, and then click Run As > Package.

 After the build finishes, the following success message is displayed in the console window.

Change ofs source for authentication


After build the project, we need to change ofs source for authentication, following directory
DesignStudio\workspace\project name-iris\target\project name-iris.war

 Open project name.war


 Change ofs source for file authenticationServiceContext.xml on t24-EB_AuthenticationService-
tafj-provider-201604.0.0.0.jar and T24Authenticator-16.0.0.0-tafj.jar
 Deploying war file to jboss server

You might also like