Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Service Endpoints

Service Endpoints

The following table shows the endpoints for services exposed by Process Server using various bindings. The ServiceName indicates the name of the service - LoanApprovalService for example.
Binding
Service Endpoint
Description
SOAP 1.1
http://host:port/active-bpel/services/ServiceName
Default SOAP endpoint for all services except for REST style services
Note: The Process Server engine Administration API service (ActiveBpelAdmin) is available only at the SOAP 1.1 endpoint.
SOAP 1.2
http://host:port/active-bpel/services/soap12/ServiceName
SOAP 1.2 endpoint. All services are exposed through this endpoint except the REST and ActiveBpelAdmin services.
REST
http://host:port/active-bpel/services/REST/ServiceName
Endpoint for REST binding. It excludes the ActiveBpelAdmin service.
XML
http://host:port/active-bpel/services/XML/ServiceName
Endpoint for simple XML binding. It excludes REST and ActiveBpelAdmin services.
JSON
http://host:port/active-bpel/services/JSON/ServiceName
Endpoint for JSON binding. it excludes REST and ActiveBpelAdmin services.
Note that the Process Server service API (ActiveBpelAdmin) is available only at the SOAP 1.1 address. This service is not available in SOAP 1.2, XML or JSON bindings.

0 COMMENTS

We’d like to hear from you!