Call ext. method
It is used to call a specific method of an external application and get its result. Call Ext. method can be run with Java, Python and DLL.
| * Path | Enter the file path to run. |
| * File name | The name of the file is written with its extension. |
| *Class name | Enter the class name of the method to be executed. |
| *Method name | Enter the method name to be executed. |
| Argument type | Parameter type is selected from Combobox. |
| Argument value | The value of the parameter is selected. |
| Argument option | It must be filled when the parameter type date is selected. Contains Date Format information. |
| *Response variable name | The variable name to which the incoming response will be saved is entered. |
Note: * Fields selected with are required, others are optional.
Path example
You can use the Path as shown in the example.
C:\Users\Desktop\Desktop\fileReader
File name exmple
You can use the Path as shown in the example.
readfile.py
Class name example
You can use the Class name as shown in the example.
Hello
Method name example
You can use the Method name as shown in the example.
string
Arg type example
You can use the Arg type as shown in the example.
STRING
Arg value example
You can use the Arg value as shown in the example.
Postman request
Arg option example
You can use the Arg option as shown in the example.
12-02-1997
Response variable name example
You can use the Response variable name as shown in the example.
degiskenismi