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

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