Using the Adapter for TIBCO ModelOps

 

The Adapter for TIBCO ModelOps allows you to access data from scoring pipelines by using RESTful Web Services. Using this adapter, you can see the list of the scoring pipelines that are available and select a scoring pipeline for connection. After connecting to your selected pipeline, you can explore and use the data scoring pipeline within WebFOCUS.

A RESTful Web Service is a web service implemented by using HTTP and the principles of REST (representational state transfer), where the response is either XML or JSON (JavaScript Object Notation).

REST-style architectures consist of clients and servers. Clients initiate requests to servers and servers process requests and return appropriate responses. It utilizes well-known and well-defined methods such as GET, POST, PUT, and DELETE.