/n software Adapters for BizTalk

Questions / Feedback?

RSS Adapter

Properties   Configuration Settings  

The RSS Component consumes RSS feeds and translates them into item batches for your BizTalk Server.

Remarks

Really Simple Syndication (RSS) is a popular and widely used syndication format. The RSS Adapter extends your BizTalk Server with the ability to consume any syndicated content that uses the RSS format.

RSS Receive Adapter

The RSS Receive Adapter is a simple RSS client that can fetch a publicly syndicated feed. Each individual RSS item in the feed is pulled out and treated as its own message, and the adapter will submit the feed as a batch composed of these messages.

The target feed is specified by FeedURL. If the PollingInterval is set to a low value, the adapter can potentially submit multiple duplications of the same message by fetching the same copy of the target feed. To ensure that this does not happen, the adapter requires that a CacheFile and CachePeriod be set so that the adapter can keep track the incoming RSS items.

The RSS Send Adapter has support for SSL transport layer security. This may be enabled by setting SSLCert and SSLAcceptServerCert to appropriate values.

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

Receiver Property List


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

CacheFileA file to be used for caching the incoming RSS feed.
CachePeriodThe number of days to store cached RSS item information.
ErrorThresholdThe maximum number of errors before the component shuts down.
FeedURLThe URL to poll for RSS feeds.
FirewallA set of properties related to firewall access.
FollowRedirectsDetermines what happens when the server issues a redirect.
HTTPAuthSchemeThe authorization scheme to be used when server authorization is to be performed.
HTTPPasswordA password if authentication is to be used.
HTTPProxyA set of properties related to proxy access.
HTTPUserA user name if authentication is to be used.
MaxBatchSizeThe maximum size, in MB, of the current batch (0 indicates no limit).
MaxFileCountThe maximum number of files in the current batch (0 indicates no limit).
MaxFileSizeThe maximum size, in MB, of a file in the current batch (0 indicates no limit).
MaxThreadsThe maximum number of threads that the component may consume.
OtherDefines a set of configuration settings to be used by the component.
PollingIntervalThe amount of time, in seconds, between download attempts.
RequeueEndpointsWhether to requeue receive endpoints if the polling interval has not been reached.
RuntimeLicenseSpecifies the component runtime license key.
SSLAcceptServerCertInstructs the component to unconditionally accept the server certificate that matches the supplied certificate.
SSLCertThe certificate to use for client authentication during the SSL handshake.
TimeoutA timeout for the component.
TransportLogTells the component 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.

HTTPAuthorizationThe Authorization string to be sent to the server.
ReuseSSLSessionDetermines if the SSL session is reused.
SSLCipherStrengthThe minimum cipher strength used for bulk encryption.
SSLEnabledCipherSuitesThe cipher suite to be used in an SSL negotiation.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
SSLIncludeCertChainWhether the entire certificate chain is included in the SSLServerAuthentication event.
SSLSecurityFlagsFlags that control certificate verification.
TLS12SignatureAlgorithmsDefines the allowed TLS 1.2 signature algorithms when UseInternalSecurityAPI is True.
TLS12SupportedGroupsThe supported groups for ECC.
TLS13KeyShareGroupsThe groups for which to pregenerate key shares.
TLS13SignatureAlgorithmsThe allowed certificate signature algorithms.
TLS13SupportedGroupsThe supported groups for (EC)DHE key exchange.
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.
UseInternalSecurityAPITells the component whether or not to use the system security libraries or an internal implementation.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Adapters for BizTalk - Version 20.0 [Build 8319]