HTest v0.3 Java JPOS ISO8583 testing tool

Similar documents
Using Internet or Windows Explorer to Upload Your Site

Elluminate Live! Access Guide. Page 1 of 7

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Elluminate Live! Access Guide. Page 1 of 7

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents

Management, Logging and Troubleshooting

EM Single Sign On 1.2 (1018)

Content Management System

SOA Software API Gateway Appliance 7.1.x Administration Guide

3. On the Accounts wizard window, select Add a new account, and then click Next.

USER MANUAL Online Faxing Anywhere, Anytime Paperless Secure Faxing Anytime, Anywhere

Setting Up One Search

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

Configuration Guide - OneDesk to SalesForce Connector

Fax User Guide 07/31/2014 USER GUIDE

BusinessObjects Enterprise XI Release 2

JMETER - MONITOR TEST PLAN

How to Configure Active Directory based User Authentication

Hadoop Data Warehouse Manual

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Deploying Intellicus Portal on IBM WebSphere

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

Monitoring Oracle Enterprise Performance Management System Release Deployments from Oracle Enterprise Manager 12c

Active Directory Requirements and Setup

Active Directory Authentication Integration

Installation & User Guide

CORISECIO. Quick Installation Guide Open XML Gateway

GpsGate Server. Installation and Administration Guide. Version: 2.2 Rev: 2

Sophos Mobile Control Installation guide. Product version: 3

Salesforce Integration

Quick Reference Guide PAYMENT GATEWAY (Virtual Terminal)

Expresso Quick Install

wce Outlook Contact Manager Documentation

How To - Implement Single Sign On Authentication with Active Directory

Installation Guide of the Change Management API Reference Implementation

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode.

Adobe Marketing Cloud Bloodhound for Mac 3.0

ZeroTurnaround License Server User Manual 1.4.0

OneLogin Integration User Guide

Google App Engine f r o r J av a a v a (G ( AE A / E J / )

Secure Messaging Server Console... 2

NSi Mobile Installation Guide. Version 6.2

Dynamic DNS How-To Guide

CafePilot has 3 components: the Client, Server and Service Request Monitor (or SRM for short).

CertifyMe. CertifyMe

VoIPon Tel: +44 (0) Fax: +44 (0)

Publish Acrolinx Terminology Changes via RSS

PowerLink for Blackboard Vista and Campus Edition Install Guide

Internet Script Editor (ISE)

USER GUIDE Slink for Magento

Migrating helpdesk to a new server

Device Log Export ENGLISH

Crawl Proxy Installation and Configuration Guide

3. Installation and Configuration. 3.1 Java Development Kit (JDK)

Troubleshooting / FAQ

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Configuration Manual

Massey University Wireless Network Client Configuration Mac OS X

Avaya one-x Mobile User Guide for iphone

How to install IDA floating licenses on a Windows server

This information is provided for informational purposes only.

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

Table of Contents 1. Introduction Installing Sxblue Server Principle of Operation Server Configuration

How to install phpbb forum on NTU student club web server

Managed Devices - Web Browser/HiView

CallRecorder User Guide

KINETIC SR (Survey and Request)

MIS Export via the FEM transfer software

Configure Single Sign on Between Domino and WPS

TREND series H.264 DVR Central Management System Quick User Guide

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1

Configuring SSL in OBIEE 11g

Phone Inventory 1.0 (1000) Installation and Administration Guide

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Working with WebSphere 4.0

Prestashop Ship2MyId Module. Configuration Process

FioranoMQ 9. High Availability Guide

PCD Test Tools. These tools provide various test functions for the Power Chain Device Toolkit web services (BACnetWS+).

Soft Solutions, Inc. 4-Sight FAX 7.5. Getting Started. Soft Solutions, Inc.

Web Hosting Getting Started Guide

Creating Web Services Applications with IntelliJ IDEA

EMC Documentum xcelerated Composition Platform

IMAP and SMTP Setup in Clients

Sending an Encrypted/Unencrypted Message. Let's Begin: Log In and Set Up Security Questions. Create Additional ProMailSource Accounts:

How to configure your Windows PC post migrating to Microsoft Office 365

A-AUTO 50 for Windows Setup Guide

IIS, FTP Server and Windows

Installation Guide for contineo

Wakanda Studio Features

CLC Bioinformatics Database

Version 1.0 January Xerox Phaser 3635MFP Extensible Interface Platform

Configuring MailArchiva with Insight Server

Sophos Mobile Control Installation guide. Product version: 3.5

Oracle Fusion Middleware 11gR2: Forms, and Reports ( ) Certification with SUSE Linux Enterprise Server 11 SP2 (GM) x86_64

RPM Utility Software. User s Manual

NASA Workflow Tool. User Guide. September 29, 2010

JBoss Portal 2.4. Quickstart User Guide

Transcription:

HTest v0.3 Java JPOS ISO8583 testing tool HTest, is a java jpos based ISO8583 tool for testing and development purposes. It s basically a web front end for jpos ee q2 services that I created and use for my iso8583 testing. Htest have the features that made it easier for me to test, debug and develop ISO8583 payment systems Familiarity with JPOS library and framework is recommended to use this tool but not required. It provides the following features : o o o Create and edit ISO8583 server and client connections via web based gui Beanshell scriptable ISOchannel that provides raw hexdump of channel messages. Auto conversion from ISO message to http xml format for easier webservice integration To run HTest you need java 1.6 installed(i think, I can t remember wether I used 1.3 compatible api) It works on any Operating Systems that have java support. Download and unzip Htest.zip Go to the unziiped folder then type java jar Htest.jar or "java -jar jpos-ee.jar" After that point your browser to http://localhost:9090/jposee Login with username : admin : password : test File Structure In the root folder All the configuration file is in cfg/isotest All the jpos q2 deployment descriptor is in deploy/

General Concepts Htest Service Server Client Q2 QServer Logger Request Listener (bsh script) Q2 Mux Q2 Channel Adaptor In HTest we define the term services as a representation to either JPOS QServer or ChannelAdaptor. Which is basically either an ISO8583 listening server or a client. When you create a HTest Service it is actually an abstract representation of several xml files that JPOS Q2 utilize. All the xml Q2 config when created is stored in the cfg/isotest/servicedef folder If the user clicks start, the files are simply copied to the deploy directory and the JPOS Q2 container will initialize them. The request listener script with.bsh extention handles what do to when an ISO message arrive at the service. The requestlistener script is located at cfg/isotest/servicedef/support Incoming ISOMsg Service Logging Queue in space Request Listener Destination URL (http XML Post)

1. Creating Services : Services in Htest means the Server and Client ISO8583 connection and the request listener that handles the incoming request. You can easily create and modify services in Htest by using the ISO8583 Test Services Create Service Menu Configurat ion Files Edit Service Management To Create a service just enter the desired servicename, And fill out the needed details, such as port number, ISOChannel type and packager. Optionally you can also include a http url to post the incoming ISOmessage from that service. There are two service type the server and client service. If you want to create a client service you also need to specify the destination host/ip address. For channel type use the custom channel option if your creating / debugging a new ISOchannel that is not in the standard Jpos library. It is a bsh scriptable channel with HEXDUMP output in the log, helps you prototype and debug errors more easily. To create a new custom channel do it in the configurations menu.

2. Monitor Services Access via ISO8583 Test Services List Services Displays all the currently available services and their info Send Message Edit Configurations Use the start/stop to start or stop a service, If service is active all their connection related info is displayed in the info tab. To send an ISOMessage through that service click the send Message link

3. Send Message Access this menu via ISO8583 Test Service List Service then click on the link Send MessageTool for Sending ISOMessages trough services and seing the log files. ISO Message is inputted to the text field in the JPOS XML format like this <isomsg direction="incoming"> <field id="0" value="0810"/> <! Example Field, Fill it with whatever you want your isomesage to contain > <field id="7" value="12345"/> </isomsg> The resulting output is then displayed in the log output. The logoutput will contain info as the time of message send, outgoing and incoming message, plus the exception generated if any. The count variable sets the number of time you wish to send the message with delay is the delay interval between each message in ms.

4. Interfacing HTest was written to support primarily ISO8583 to webservice/http xml style connection. So if you filled the incomingurl field when you were creating the ISO8583 service, every incoming ISOMsg is posted to that url with HTTP POST method and fieldname isomessage. Now to send an ISO8583 message to a service, besides using the JavaSpace interface, HTest provides the following http POST url http://yourhost:9090/jposee/isotest/send_post.html?isomessage=xxxxx&servicename=xxxxx Where servicename contains the name of your service. If it is a client service, your iso message will be sent to connected server. If it is a server service, your iso message will be sent to the LAST CONNECTED CLIENT If you want to chain several ISO8583 services together heres what you do. Say you have Service A and Service B On the incomingurl parameter of ServiceA you put http://yourhost:9090/jposee/isotest/send_post.html?servicename=serviceb On the incomingurl parameter of ServiceB you also put http://yourhost:9090/jposee/isotest/send_post.html?servicename=servicea There, you have it any incoming msg to Service A will be passed to Service B and vice Versa And of course should you decide to change all of this the beanshell script is available for perousing at Cfg/isotest/servicedef/support/servicename.bsh ISOMSG HTTP INTERCHANGE SERVER X CLIENT EXTERNAL HOST

5. Configurations Now on the configurations menu you can create and edit the custom channels, predefined iso message and packager xml config. For ISOMsg configurations its just there to let you create and save your iso message to save time during your testing. The channel configuration is for the custom channels, you can customize the sendmessagelength, getmessagelength, sendheader and getheader. These four function should be enough for most tcp based ISO8583 connection. The packager configurations, is there for you to customize your ISO8583 field definitions, wether its LLChar, LLNum, field length and et cetera. 6. Conclusion Well that s pretty much it, Htest is a tool I ve developed to help me speed up my testing, since I usually connect to many different terminals with slightly different channels and message type. I hope it can be of use to all of you doing payment system development. Contact me at hairi@m sinergi.com