Archives

Overview Use this guide to create and configure a Workflow that will make a call an external web service. GetData and SendData items will used to initiate calls to external web services, not to receive calls. A tutorial has been provided that demonstrates much of this functionality, and can be found within the BridgeGate documentation […]

Continue Reading

Overview This guide outlines how to configure the BridgeGate platform to use SSL for the BridgeGateHTTP and BridgeGateWebServices Adpaters. This guide is written with the assumption that the user has sufficient knowledge of the setup and configuration of the core BridgeGate TEI Service. Configuring SSL for use with the BridgeGateHTTP and BridgeGateWebServices Adapters Modify the […]

Continue Reading

Overview This guide will show you how to create and configure a Workflow utilizing a Get Data or Send Data item to connect to an MQ-Series Server. This guide is written with the assumption that the user has sufficient knowledge of the setup and configuration of the MQ-Series environment. The MQ-Series server has been tested […]

Continue Reading

Overview This guide outlines how to integrate LDAP (Lightweight Directory Access Protocol) Authentication Services with the BridgeGate Transformation and Exchange Infrastructure. This guide is written with the assumption that the user has sufficient knowledge of the setup and configuration of the LDAP environment, and that the LDAP Services have been tested to ensure that a […]

Continue Reading

BridgeGate FTP Service If the BridgeGate Service is already installed, open the Services applet via the Microsoft Management Console. If the BridgeGate service is not installed, obtain the installation files a follow the server installation instructions and install the BridgeGate TEI Server and the BridgeGate FTP Server. Once the services are installed, use the BridgeGate […]

Continue Reading

The default configuration installs the FTP server to use port 21. There are two configuration files that can be modified to customize this configuration. The following entry in the bridgegate.xml file, found in the \bridgegate\conf folder, is an example of a default installation setting: <FTP_SERVER Ā  FTP_HOST=”localhost” Ā  SERVER_PORT=”21″ Ā  USER_ROOT=”C:/bridgegate/FTPServer/accounts” Ā  WEBCONTAINER_URL=”http://localhost:8080″ /> FTP_HOST […]

Continue Reading

BridgeGateā„¢ adapters provide the ability to get or send data to other systems. Below is the most widely used adaptersĀ use. BridgeGate Web Service (real time service) The BridgeGate Web Service adapter allows BridgeGateā„¢ to expose an enveloped, XML based Web Service for others to connect to, while the Web Service adapter allows BridgeGateā„¢ to connect […]

Continue Reading

Overview Use this guide to create and configure a Workflow that will accept data via web services. A Get Data item will be used to accept web service requests. This guide is written with the assumption that the user has a general knowledge of Web Services terminology and operations. Discovery If WSDL is available, then […]

Continue Reading