You are on page 1of 16

Model Bank R13

(TAFJ)
TWS(EE) Setup Guide

Information in this document is subject to change without notice.

No part of this document may be reproduced or transmitted in any form or by any means, for any purpose,
without the express written permission of TEMENOS HEADQUARTERS SA.

COPYRIGHT 2013 TEMENOS HEADQUARTERS SA. All rights reserved.


Set up Document

Version Date Author Amendment

V 0.1 06 June 2013 Ananda babu Initial Draft

2 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

Table of Contents

1 Introduction ........................................................................................................................... 4
1.1 Pre-requisites .............................................................................................................. 4
2 TWS Set-up............................................................................................................................ 5
2.1 Installation Steps .............................................................................................................. 5
2.1.1 Step 1: Starting Eclipse ............................................................................................ 5
2.1.2 Step 2: Creating TWS Project in Eclipse .................................................................. 6
2.1.3 Step 3: Open the T24Services view ......................................................................... 8
2.1.4 Step 4: T24 services to expose ................................................................................ 9
a) Select the existing T24 services ...................................................................................... 9
b) Create New T24 services .............................................................................................. 10
2.1.5 Step 5: Export the TWS project ............................................................................. 12
2.1.6 Step 6: Deployment of the TWS war file ................................................................ 13
2.1.7 Step 7: Start the jboss Application Server .............................................................. 13
2.2 Testing Web Services in SOAP UI .................................................................................. 14
2.2.1 Step 8: Testing the TWS project ............................................................................ 14

3 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

1 Introduction

This installation document aims to guide a T24 User (Bank Administrator / IT User / T24 Implementation/ etc.) for
TWS (EE) through the necessary steps to set-up the Windows 64 bit local host version of the Model Bank
Reference System. The document covers installation and set-up for TWS (EE).

1.1 Pre-requisites

S No Pre-requisite Remarks

None

4 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

2 TWS Set-up
2.1 Installation Steps
STEP Name Remarks

1 Checking OFS.SOURCE.RECORD

2.2 Creating TWS Project in Eclipse

2.3 Open T24 Services View


Steps required only if creating
2.4 Select Services to Expose new T24 web services.

2.5 Export the TWS project

3 Deployment of TWS War file

4 Starting JBOSS Application Server

5 Testing Web Services with the existing project

6 Testing Web Services with the New Project

2.1.1 Step 1: Starting Eclipse

PRE-REQUISITE: None

OBJECTIVE: To start Eclipse.

ACTION: Eclipse can be started through Start Menu > All Programs -> Model Bank -TAJF-> Utilities ->
Eclipse.

RESULT: Eclipse is started.

5 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

2.1.2 Step 2: Creating TWS Project in Eclipse


OBJECTIVE: Creation of TWS project for web services using Eclipse.

ACTION: Open the Eclipse in the following.


FileNewotherT24 Integration Studio TWS Project

RESULT: Display

6 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

NOTES: Ensure that Connection parameters in creation of TWS project are set as below when the TWS
properties is checked.
Connection Method – Webservice
URL: http://localhost:8085/axis2/services/IntegrationLandscapeServiceWS?wsdl
User Name: Valid T24 User Name
Password: Valid Password for the above User.

7 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

2.1.3 Step 3: Open the T24Services view


OBJECTIVE: To view the T24 Services

ACTION: In the Design Studio go to the following menu to open the T24Services view.
Window --> Show View -->Other -->Temenos Web Services

RESULT: Display

NOTES: The new project will now display the Web Services from T24 in the T24Services Tab.

8 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

2.1.4 Step 4: T24 services to expose

a) Select the existing T24 services

In the T24Services view, select (tick) the Business operations for which Web services are to be created. This…

These services will be available as default T24 Services for any TWS project. Through these services, user can
connect T24 and get a response via OFS.

Follow the steps explained under section b to create the new T24 Services.

9 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

b) Create New T24 services

Versions and Enquires can be created as new T24 Services by populating these below fields.

Expose – ‘Yes’
Service.1 – Any Text
Activity – Any Text
Function – T24 Valid Function
Expose Desc – Any Text

Post authorization, this Version/Enquiry will be listed under T24 services window.

10 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

Once the T24 service is selected,

a) Click on the Create Services button in the far right hand corner of the T24Services window.

Create Services button

b) A progress bar will indicate the progression of the Web Services being generated.

11 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

2.1.5 Step 5: Export the TWS project

OBJECTIVE: To export the TWS project into a war file for deployment.

ACTION: In the Design Studio go to the following menu to export the TWS project into a war file.
File -> Export
Choose the war file from Web

RESULT: Display

12 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

2.1.6 Step 6: Deployment of the TWS war file

OBJECTIVE: To deploy TWS war file in the jboss application server.


ACTION: Deploy the TWS war file in the following path
jboss/server/default/deploy/<MBTAFJTWSProject>.war

RESULT: Display

2.1.7 Step 7: Start the jboss Application Server

OBJECTIVE: Starting the jboss Application server.

ACTION: Click on Application Server Start from Start -> All Programs -> T24 R13 Model Bank ->
Application Server Start

RESULT: Display

13 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

Test that the project is successfully deployed by browsing the following URL:
http://<host>:<http port>/<TWS Project name>/services
Eg: (http://localhost:8085/MyT24WebServices/services)

2.2 Testing Web Services in SOAP UI

2.2.1 Step 8: Testing the TWS project

OBJECTIVE: To Create a new soapUI project

ACTION: Browse the project using,


FileNew soapUI project or left pane right click projectNew soapUI Project

RESULT: Display

Note: A war file has already been created with few web services. Existing war file can be imported using File
Menu as below.

14 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

NOTES: Update WSDL Location as per below format:


http://localhost:8085/MyT24WebServices/services?wsdl
(http://<host>:<http port>/<TWS Project name>/services?wsdl)

NOTES: Now the projects will be displayed in the right-side with enquires and version. Click on the
required Request and provide the necessary inputs for that request on soapUI. The response will be
displayed on right side of the soapUI.
Below is the example of Request sent to issue Debit Card.

15 Model Bank R13 – TWS (EE) Set up Guide


Set up Document

16 Model Bank R13 – TWS (EE) Set up Guide

You might also like