You are on page 1of 18

TEMENOS T24

R12 TWS(EE)

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 2010 TEMENOS HEADQUARTERS SA. All rights reserved.


Installation Document

Version Date Author Amendment

V0.1 1 Dec 2010 Karpagam

V0.2 18 Apr 2011 Prajwal

V0.3 23 Dec 2011 Prajwal

V0.4 10 Jan 2011 Karpagam

2 TEMENOS T24 R12 TWS (EE)


Installation Document

Table of Contents

1 Introduction ........................................................................................................................... 4
1.1 Pre-requisites .............................................................................................................. 4
2 Installation Steps ................................................................................................................. 5
2.1 Step 1: Checking OFS.SOURCE Record ................................................................... 6
2.2 Step 2: Start the Agents .............................................................................................. 7
2.3 Step 3.1: Introduction .................................................................................................. 7
2.4 Step 4.1: Creating TWS Project in Eclipse .................................................................. 7
2.5 Step 4.2: Open the T24Services view ......................................................................... 9
2.6 Step 4.3: Select the services to expose .................................................................... 10
2.7 Step 4.4: Export the TWS project ............................................................................. 12
2.8 Step 5: Deployment of the TWS war file ................................................................... 13
2.9 Step 6: Start the jboss Application Server ................................................................. 14
3 Step 7: Testing Web Services ................................................................................... 15

3 TEMENOS T24 R12 TWS (EE)


Installation 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

1 Access to T24 Deployment Files


1.
2 Runtime for Eclipse
2. Java jdk(1.6)

3.
3
4. Eclipse
5.
6.
4 Eclipse plug-in for Creation of Web
7. TWS(EE) Plug-in
services
8.
9.
5 Tool for testing Web services
SoapUI 3.6.1

4 TEMENOS T24 R12 TWS (EE)


Installation Document

2 Installation Steps

STEP Name

1 Checking OFS.SOURCE Record

2 Start Agents

3 Introduction

4.1 Creating TWS Project in Eclipse

4.2 Open T24 Services View

4.3 Select Services to Expose

4.4 Export the TWS project

5 Deployment of TWS War file

6 Starting JBOSS Application Server

7 Testing Web Services

5 TEMENOS T24 R12 TWS (EE)


Installation Document

2.1 Step 1: Checking OFS.SOURCE Record

PRE-REQUISITE:T24 Localhost Environment

OBJECTIVE: To check the attribute of the OFS.SOURCE record TWS

ACTION Open a Telnet session using e.g. Tera Term or Putty. Log into localhost or 127.0.0.1.and open
the OFS.SOURCE record TWS

RESULT:

6 TEMENOS T24 R12 TWS (EE)


Installation Document

2.2 Step 2: Start the Agents

PRE-REQUISITE: You have set the environment variables using Step 2

OBJECTIVE: This step is for starting the Agents.

There are total 6 individual Agents (*.bat) files. These bat files can be started one by one. Or we can
trigger a single file start_agents.bat.

ACTION: Click startTWSagent.bat to run.

RESULT: Display

2.3 Step 3.1: Introduction


rd
Eclipse IDE will be available under the 3 party folder which is provided along the T24 MB Reference
System.

2.4 Step 4.1: Creating TWS Project in Eclipse


OBJECTIVE: Creation of TWS project for web services using Eclipse

ACTION: Open the Eclipse in the following (eq )


FileNewotherT24 Integration Studio TWS Project

RESULT: Display

7 TEMENOS T24 R12 TWS (EE)


Installation Document

NOTES: Ensure that Connection parameters in creation of TWS project are host: localhost and port:
20010(TWS agent port Number)

8 TEMENOS T24 R12 TWS (EE)


Installation Document

2.5 Step 4.2: Open the T24Services view


OBJECTIVE: To view the T24 Services

ACTION: In the Eclipse IDE 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.

9 TEMENOS T24 R12 TWS (EE)


Installation Document

2.6 Step 4.3: Select the services to expose

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

10 TEMENOS T24 R12 TWS (EE)


Installation Document

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

Create Services button

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

11 TEMENOS T24 R12 TWS (EE)


Installation Document

2.7 Step 4.4: Export the TWS project

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

ACTION: In the Eclipse IDE 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 TEMENOS T24 R12 TWS (EE)


Installation Document

2.8 Step 5: 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/<R12Webservices>.war

RESULT: Display

13 TEMENOS T24 R12 TWS (EE)


Installation Document

2.9 Step 6: Start the jboss Application Server

PRE-REQUISITE: You have set the environment variables using Step 2

OBJECTIVE: This step is for starting the jboss Application server.

ACTION: Click startjboss.bat to run.

RESULT: Display

Test that the web services are successfully deployed by browsing to the following URL:
http://<host>:<http port>/<TWS Project name>/services
eg: (http://localhost:9095/R12Webservices/services)

14 TEMENOS T24 R12 TWS (EE)


Installation Document

3 Step 7: Testing Web Services

OBJECTIVE: To Create a soapUI project

ACTION: create the project using the following path


FileNew soapUI project or left pane right click projectNew soapUI Project

RESULT: Display

15 TEMENOS T24 R12 TWS (EE)


Installation Document

NOTES: Right click on the project and give the WSDL Location specified when viewing this link:
http://localhost:9095/R12Webservices/services

16 TEMENOS T24 R12 TWS (EE)


Installation Document

NOTES: Now the projects will be displayed in the right-side with enquires and version. Click on the
required Request and provide the necessary input for that request on soapUI. The response will be
displayed on left side of the soapUI.

17 TEMENOS T24 R12 TWS (EE)


Installation Document

18 TEMENOS T24 R12 TWS (EE)

You might also like