Model Bank R13: TWS (EE) Setup Guide
Model Bank R13: TWS (EE) Setup Guide
Model Bank R13: TWS (EE) Setup Guide
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.
Revision History
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: Start Eclipse and TWS Agents .................................................................... 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 ............................................................................. 11
2.1.6 Step 6: Deployment of the TWS war file ................................................................ 12
2.1.7 Step 7: Start the jboss Application Server.............................................................. 12
2.2 Testing Web Services in SOAP UI .................................................................................. 14
2.2.1 Step 8: Testing the Existing project using import option ........................................ 14
2.2.2 Step 9: Testing the New TWS project .................................................................... 15
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
2 TWS Set-up
2.1 Installation Steps
STEP Name Remarks
1 Checking OFS.SOURCE.RECORD
2 Start Agents
PRE-REQUISITE: None
ACTION: Design Studio can be started through Start Menu > All Programs -> Model Bank R13.1-> Dev
IDE -> T24 Design Studio.
Once Design Studio is clicked, TWS Agent.bat will get auto started.
RESULT: Display
NOTES: Ensure that Connection parameters in creation of TWS project are host: localhost and port:
20006(TWS agent port Number)
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.
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.
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.
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
RESULT: Display
ACTION: Click on Application Server Start from Start -> All Programs -> T24 R13 Model Bank ->
Application Server Start
RESULT: Display
Test that the project is successfully deployed by browsing the following URL:
http://<host>:<http port>/<TWS Project name>/services
Eg: (http://localhost:9095/MyT24WebServices/services)
RESULT: Display
Note: An xml project file has already been created to test TWS-Web services. Using Import project
option, the existing xml project file can be imported under “<…\Temenos\ModelBank-R13\Infra\SOAP>
ACTION: create the new project as per the steps above and then browse the project through
FileNew soapUI project or left pane right click projectNew soapUI Project
RESULT: Display