Nexeed
    • Introduction
    • Concepts
      • Packages
      • Process Flow
      • Package execution modes
      • Retry Processing
      • Log retention period
      • Connectors
      • Converters
    • User manual
      • Configuration
        • Connector and Orchestrator Packages tabs
        • Value Converters tab
      • Monitoring
        • Message Log tab
        • Orchestrator Log tab
    • Operations manual
      • Overview
      • System architecture and interfaces
      • System requirements
        • Required infrastructure resources
        • Required infrastructure services
      • Migration from previous versions
      • Setup and configuration
        • Helm configuration
        • Environment variables
        • Horizontal scalability
        • Permission and roles
      • Start and shutdown
      • Regular operations
      • Failure handling
        • Application exit codes
        • Authorization troubleshooting
      • Backup and restore
      • Logging and monitoring
      • Known limitations
    • Developer guide
      • Getting started
      • How-to
        • Call ERP Connectivity
        • Create a Connector Package
        • Create an Orchestrator Package
        • Execute an Orchestrator Package through Solace
        • Handle execution result events
    • API documentation
      • API v1
      • API v2
    • Glossary
ERP Connectivity
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator

Nexeed Learning Portal

  • ERP Connectivity
  • Concepts
  • Connectors
preview 2601.0.0

Connectors

A Connector provides basic functionality to use a communication protocol/framework (like REST) together with some commonly used authentication mechanisms for that specific protocol/framework. These Connectors can be used by a Connector Package to connect to an ERP system.

Connectors are pre-implemented by ERP Connectivity and can not be added dynamically. These need to be implemented and released within a new ERP Connectivity version.

Currently implemented Connectors are:

  • REST Connector

    • Communicates with ERP systems via REST APIs.

    • Supports authentication (API Key, IAS Service2Service, or none).

    • Serializes/deserializes requests and responses (JSON by default).

    • Handles HTTP errors and invokes events for received messages or errors.

  • AMQP1.0 Connector

    • Communicates with ERP systems using the AMQP 1.0 protocol (e.g., Solace).

    • Supports both sending and receiving messages (duplex).

    • Serializes/deserializes messages (JSON by default).

    • Handles failover, subscriptions, and connection management.

  • AMQP0.9.1 Connector

    • Communicates with ERP systems using the AMQP 0.9 protocol (e.g., RabbitMQ).

    • Supports both sending and receiving messages (duplex).

    • Serializes/deserializes messages.

    • Handles failover, subscriptions, and connection management.

  • SOAP Connector

    • Communicates with ERP systems via SOAP web services.

    • Dynamically invokes the configured SOAP method.

    • Serializes/deserializes requests and responses (SOAP/XML).

    • Handles errors and invokes events for received messages.

  • API Proxy Connector

    • Acts as a proxy for API-based push messages (REST or SOAP) received via the API Gateway.

    • Registers endpoints for receiving push messages.

    • Handles configuration for both REST and SOAP proxying.

    • Invokes events for received messages and errors.

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses