You are on page 1of 16

Model Bank R13

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

Revision History

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

V0.5 17 Jul 2012 Ananda babu

V 0.6 07 May 2013 Ananda babu R13 Updates

V 0.7 10 Nov 2013 Ananda babu 1. Design Studio menu changed.


2. Section 2.1.4 (b) and 2.2.2 updated.

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: 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

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 Start Agents

3.1 Creating TWS Project in Design Studio

3.2 Open T24 Services View Steps required only if creating


new T24 web services.
3.3 Select Services to Expose

3.4 Export the TWS project

4 Deployment of TWS War file

5 Starting JBOSS Application Server

6 Testing Web Services with the existing project

7 Testing Web Services with the New Project

2.1.1 Step 1: Start Design Studio and TWS Agents

PRE-REQUISITE: None

OBJECTIVE: To start Design Studio and TWS agent

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: Design Studio and Agent for Integration Studio is started.

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


Set up Document

2.1.2 Step 2: Creating TWS Project in Design Studio


OBJECTIVE: Creation of TWS project for web services using Design Studio

ACTION: Open the Design Studio in the following (eq )


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 host: localhost and port:
20006(TWS agent port Number)

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,


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

Create Services button

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

11 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/<MyT24WebServices>.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

12 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:9095/MyT24WebServices/services)

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


Set up Document

2.2 Testing Web Services in SOAP UI

2.2.1 Step 8: Testing the Existing project using import option

OBJECTIVE: To Import an existing soapUI project

ACTION: Import the project using the following path


FileImport project or left pane right click projectImport Project

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>

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


Set up Document

2.2.2 Step 9: Testing the New TWS project

OBJECTIVE: To Create a new soapUI project

ACTION: create the new project as per the steps above and then browse the project through
FileNew soapUI project or left pane right click projectNew soapUI Project

RESULT: Display

NOTES: Update WSDL Location as per below format:


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

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


Set up Document

1. Select the request


2. Enter the required fields
3. Replace / remove all ? marks
4. Enter any numeric value for the highlighted alpha characters.
5. Click on the Submit (Green button) and find the response in Soap and as well as in T24.

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

You might also like