Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.2

...

Table of Contents
maxLevel1

...

Introduction

The ICE 4.8 custom message extension enables SOAtest and Virtualize to support the ICE 4.8 message format. ICE 4.8 is one of the formats used in the FIX (Financial Information eXchange) protocol. Installing the extension adds the ICE 4.8 Client for SOAtest and the ICE 4.8 Message Responder for Virtualize, as well as enables other messaging tools to leverage the ICE 4.8 format.  

...

The tool can be installed from the UI or command line.

UI Installation

  1. Choose Go to Parasoft > Preferences and click System Properties
  2. Click Add JARs and choose the comthe com.parasoft.soavirt.messages.fix.ice-<VERSION>-<DATE>-ice48.jar file. 
  3. Repeat this process to install any FIX formats you are using.
  4. Click Apply.
  5. Restart SOAtest/Virtualize.

Command Line Installation

Add the com.parasoft.soavirt.messages.fix.ice-10.5.1-<VERSION>-<DATE>-ice48.jar file to the system.properties.classpath property in your settings properties file. For example:

system.properties.classpath=<path to jar><PATH_TO_JAR>/com.parasoft.soavirt.messages.fix.ice-<VERSION>-<DATE>-ice48.jar 

...