APIs, SDKs, and Services > Embedding Request Forms in Standalone Web Pages > 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.