/n software BizTalk Adapters V4 - Online Help
Available for:
/n software BizTalk Adapters V4
Questions / Feedback?

TCP Adapter

Properties   Configuration Settings  

The TCP Adapter can be used to send data over TCP.

Remarks

The TCP Adapter can be used to send data over TCP.

TCP Send Adapter

The TCP Send Adapter provides a light-weight TCP client. To begin Server and Port must be specified.

Specify the data to be sent in DataToSend. Upon execution the adapter will connect to the server and send DataToSend. The adapter will then wait for the server to signal the end of the response by looking for ExpectedResponse in the returned value. When detected the execution will complete and the response will be available in the Response property.

Additional scripting properties BeforeSend and AfterSend provide additional flexibility allowing any number of commands and operations to be performed.

Please refer to the section on adapter configuration for a description of how to configure receive locations and send ports for this adapter.

Sender Property List


The following is the full list of the properties of the sender adapter with short descriptions. Click on the links for further details.

AfterSendA set of commands to be executed after DataToSend is sent.
BeforeSendA set of Tcp commands to be executed before DataToSend is sent.
ConnectionLifetimeInstructs the adapter whether or not to leave the connection to the server open.
DataToSendThe data to be sent to the server.
ErrorOnTimeoutIf enabled, reaching the timeout will not throw an error.
ExpectedResponseThe expected response.
ExpectedResponseExpressionA regular expression to match the response returned by the server.
FirewallA set of properties related to firewall access.
MaxPersistentConnectionsThe maximum number of simultaneous persistent connections when sending.
MaxThreadsThe maximum number of threads that the adapter may consume.
MaxTransmissionBatchSizeThe maximum number of messages that can be sent in a single batch.
OtherDefines a set of configuration settings to be used by the adapter.
PortThe remote port for the Server (default is 23).
ResponseThe response from server.
RuntimeLicenseSpecifies the adapter runtime license key.
ServerThe address of the Server.
SSLAcceptServerCertInstructs the adapter to unconditionally accept the server certificate that matches the supplied certificate.
SSLCertThe certificate to use for client authentication during the SSL handshake.
SSLStartModeDetermines how the adapter starts the SSL negotiation.
TimeoutA timeout for the adapter.
TransmitBatchModeHow the transmitter processes batches.
TransportLogTells the adapter where and how to report information about its operations.
URIThe Uniform Resource Identifier (URI) of the send port or receive location.

Configuration Settings


The following is a list of configuration settings for the adapter with short descriptions. Click on the links for further details.

ReturnScriptResponseWhether to include script output in response data.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
LocalHostThe name of the local host or user-assigned IP interface through which connections are initiated or accepted.
TcpNoDelayWhether or not to delay when sending packets.
UseManagedSecurityAPITells the adapter whether or not to use the system security libraries or a managed implementation.
PersistedConnectionTimeoutHow long to leave a persisted connection alive.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0