Skip to Content

HTTP Connector

Summary

The Jitterbit Harmony HTTP Connector establishes access to an HTTP server through a RESTful web service (REST API).

The HTTP connector provides an interface for creating an HTTP connection, the foundation used for generating instances of HTTP activities. These activities, once configured, interact with an HTTP server through the connection.

The HTTP connector is accessed from the design component palette's Connectivity tab (see Connectors in Design Component Palette).

Note

A beta version of Jitterbit's HTTP v2 (Beta) connector (an application connector) is also available. For more information, see REST-based Connector Considerations.

Connector Overview

This connector is used to first configure an HTTP connection. Activity types associated with that connection are then used to create instances of activities that can be used as sources (to provide data) or targets (to consume data) in an operation or a script.

Whether an activity instance can be used as a source or a target depends on whether the web service requires a structured request or returns a structured response. Each activity instance is configured with request and response schemas using user-provided custom schemas.

Together, a specific HTTP connection and its activities (GET, PUT, POST, DELETE, or Custom) are referred to as an HTTP endpoint:

HTTP activities