EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

Version Property

Which version of the OFTP protocol the component is using.

Syntax

public int getVersion();
public void setVersion(int version);

Enumerated values: public final static int oftpVer12 = 0; public final static int oftpVer13 = 1; public final static int oftpVer14 = 2; public final static int oftpVer20 = 3;

Remarks

This property specifies which version of the OFTP protocol to use. Possible values are:

0 (oftpVer12) 1.2
1 (oftpVer13) 1.3
2 (oftpVer14) 1.4
3 (oftpVer20 - default) 2.0

The default value is oftpVer20 (Version 2.0).

Note: Version 2.0 (oftpVer20) of the protocol must be used when using security functions. The following properties are only applicable when using Version 2.0:

Default Value

3

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]