TIBCO ActiveMatrix BPM APIs

TIBCO ActiveMatrix BPM provides APIs that a client application can use to invoke services provided by the BPM runtime.

  • BPM Web Service API: The BPM public web service API allows a client application to directly invoke BPM services using SOAP messages. See Obtaining BPM Web Service API for more information.
  • Java Service Connector: The Java Service Connector provides a Java wrapping for the BPM web service API, enabling a client application to invoke BPM services using local Java calls.

    See Overview of the Java Service Connector for more information.

  • BPM REST API: The BPM Representational State Transfer (REST) API provides RESTful interfaces to BPM web services.

    Using the REST API, a client application can invoke BPM services using simple HTTP methods and intuitive URIs that identify BPM resources and the operations to be performed on them.

    See Developing a Client Application Using the REST API for more information.