SOAP Over HTTP

SOAP over HTTP service calls use the standard synchronous web services message format. The integration pattern is as follows:

SOAP over HTTP Integration Pattern


In the SOAP over HTTP pattern, a service client makes a synchronous service call to the Order Management Services component. The service calls the appropriate operation and performs the required operation before sending a reply back to the calling application.

Since TIBCO Order Management is deployed as part of the Order Management Server, the endpoint URLs for SOAP over HTTP have changed. The new endpoint URLs for respective components are as follows:

  • AOPD Service in standalone and collocated mode http://<host>:<port>/api/aopdService
  • Offline Catalog Request: http://<host>:<port>/api/offlineCatalogueWS
  • Order Capture System: http://<host>:<port>/ocs-app

The Offline Catalog request service can be used to send the request to the TIBCO Order Management interface to load the offline models.