Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width40%


Panel
borderColorlightgrey
bgColor#F0F0F0
titleColorwhite
borderWidth1
titleBGColor#88AACC
borderStylesolid
titleOverview

 was frevvo was designed to integrate with your back end systems. The form server is built using industry standard such as XSD, XML and Restlet. This chapter covers the built-in connectors as well as how to add your own connectors to the form server.

Info
titleImportant Notes
  • frevvo Connectors are an add-on feature with additional costs.
  • frevvo only supports/certifies frevvo connectors running in the Apache Tomcat container. Refer to our Supported Platforms for the list of Application Servers and databases supported/certified by frevvo.



Column
width20%


Panel
borderColorlightgrey
bgColor#F0F0F0
titleColorwhite
borderWidth1
titleBGColor#88AACC
borderStylesolid
titleIntegration

Integrating Connectors with frevvo Cloud Server

Connectors Overview

Templatized Strings for Integration

Email Integration

Document Services

Integrating with REST Applications





Integrating Connectors with

...

frevvo Cloud Server


Excerpt

Connectors are most commonly installed behind your firewall where they can access (connect) to your back end systems in order to read/write data. If you use the frevvo Cloud hosted server you must ensure that your Connectors are accessible from our servers. This is done by opening up one of the following ports on your firewall:

Info

We recommend that you use https and not http. Https is a secure channel.

  • HTTP Ports: 80, 8082 or 19080
  • HTTPs Ports: 443, 8443 or 19443

For customers that use firewall white-listing, also make sure the frevvo cloud outgoing server IP Addresses 54.86.85.105 and 54.88.73.31 (host outgoing.frevvo.com) are added to the list.

...

Docuware Connector

Connect your  formsyour frevvo forms/workflows to Docuware. Visit the Docuware Connector chapter for help configuring and using this connector.

Connector Security

 connectors frevvo connectors installed on-premise should only be accessible to the frevvo server and should not be remotely accessible.  recommends  frevvo recommends only allowing HTTPS access to the server (not external HTTP access). Since the connector(s) is not exposed over HTTPS, remote code execution vulnerability can be mitigated (a remote attacker cannot exploit this vulnerability as it is not exposed). 

If you choose to allow external access to HTTP, you should only allow requests with paths starting with /frevvo for port 8082 (or the port you are using for  and frevvo and the Connector(s)). 

See also Database Connector Security.

...