Previous Topic: Update Sample Connector DataNext Topic: Connector Writing Basics


How to Build a Custom Connector

As an integration developer, you can build a custom connector using the Sample connector as a template. Using the Sample connector as a template is the recommended method for developing a custom connector.

Complete the following process to build a custom connector based on the Sample connector:

  1. Initialize an Eclipse project for the connector.
  2. Implement the required interfaces and methods.
  3. Create the connector configuration file.
  4. Create connector policy.
  5. Test the connector.
  6. Deploy the connector.