Skip to main content
Skip table of contents

TCP/IP Communication

This adapter executes synchronous or asynchronous TCP socket calls, opening a socket and sending the input data to the specified host.

Properties

Operation

Determines which operation the adapter executes

Possible values: Approach: Call TCP socket (default)

Parameter

Adapter

Main class of the adapter (do not change!)

Posspible values: de.softproject.integration.adapter. socketapproach.SocketApproach: Main class (default)

iPAddress

IP address of the host computer to which data is to be sent

Possible values:

  • Any IP address (e.g. 127.0.0.1)

  • 0.0.0.0: Empty IP address (default)

port

Port of the host computer

Possible values:

  • Any positive integer (e.g. 8080)

  • 0: Port 0 (default)

timeout

Time limit for establishing connection in milliseconds

Possible values:

  • Any positive integer

  • 0: No time limit (default)

Status values

1The operation was executed successfully.
-1The operation failed due to a technical error.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.