Key Capabilities
- RNIF 1.1 and 2.0 support for B2B document exchange
- Automatic message routing with per-partner configuration and flexible encryption/signing options
- Certificate-based security with synchronous/asynchronous acknowledgment handling
Overview
A RosettaNet connection is configured in two places. Configure the RosettaNet Profiles page with a local RosettaNet identifier, and private certificates. Then configure individual RosettaNet connectors with connection settings specific to a single trading partner. When an input file is processed by a RosettaNet connector, it is packaged and sent to the specified trading partner. When receives a file over RosettaNet, it attempts to route the file to a specific RosettaNet connector. The application uses the RosettaNet identifiers in the RosettaNet message to determine which RosettaNet connector should receive the file. When a file is routed to a RosettaNet connector, that file is placed in the connector’s Transactions tab, or is passed along to the next connector in the flow.Profile Configuration
The RosettaNet Profile must be configured before connections can be established with individual RosettaNet connectors. Click Profiles on the navbar, then click the RosettaNet tab.RosettaNet Profile Tab
Personal Id
Settings for identifying the local profile.Personal Certificate
Settings related to the private decryption and signature certificate.Application URLs
Settings and displayed values related to accessing from the public web.Miscellaneous
Connector Configuration
Once you configure the global RosettaNet profile settings, create and configure individual RosettaNet connectors for each trading partner on the Flows page.Settings Tab
Configuration
Settings for identifying and connecting to a specific RosettaNet trading partner.Connection Info
Settings related to connection parameters for the specified trading partner.Acknowledgments
Settings related to RosettaNet acknowledgments.Trading Partner Certificates
Settings related to the public key certificates provided by the trading partner.Advanced Tab
Alternate Local Profile
Settings that override the configuration on the Profiles page for this specific RosettaNet connector. Setting an alternate local profile lets you use different local certificates and identifiers for certain trading partners.TLS Client Authentication
Settings related to client authentication when two-way TLS authentication is required.HTTP Authentication
Settings related to HTTP client authentication.Advanced Settings
Settings not included in the previous categories.Proxy Settings
Message
Logging
Miscellaneous
Automation Tab
Automation Settings
Settings related to the automatic processing of files by the connector.Performance
Alerts Tab
SLAs Tab
Establishing a Connection
Trading partners must provide some of the connection details that are required when you configure a new RosettaNet connector. At a minimum, these details should include:- Business Identifier
- Partner URL
- Partner Certificates
Business Identifier
Your trading partner is identified by their business identifier in a RosettaNet transaction. When sending outgoing requests, the business identifier is used in the header of the request to indicate the recipient. To establish a RosettaNet self-test, the identifier should be set to the same value as the Business Identifier on the Profiles page.This value is case-sensitive.
Partner URL
The Partner URL is the endpoint where the trading partner receives RosettaNet transmissions. Outgoing RosettaNet messages are sent to this target endpoint, which must be unique for each trading partner. You can test the Partner URL with a web browser to check for networking or connectivity issues. To establish a RosettaNet self-test, the target URL should be identical or nearly identical to the Receiving URL on the Profiles page. You can replace the domain name from the Profiles page with the loopback address localhost to keep the RosettaNet transaction in the local network. An example local self-test URL ishttp://localhost:8001/pub/Receive.rsb.
If you do not replace the domain name with localhost, the RosettaNet message is routed outside of the local network. You can use this to check network configuration settings and to make sure that the message can reach through any firewalls.