Create EBI REST Provider Web Service with EXTOL Wizard

Create EBI REST Provider Web Service with EXTOL Wizard

Below are the steps to initially create a REST Provider Web Service.
Note: To see how REST Webservices are performed in EBI 3, check out: Create REST Webservices Provider in less than 15 Minutes.

This is the simple part. We will use EXTOL's Wizard to deploy the REST Provider.
When we goto the "WS Provider Creation Process", we will provide:

  • Name / Version
  • Service Type: REST
  • Service Name: TestProvider (No spaces allowed)
We will click on "NEXT" and goto the "WS Operation Details"

When prompted, we will not use any HTTP Header parameters.

We will click on "NEXT" and goto the "WS Provider Summary"

CONCLUSION: Set-up REST Provider

At this point, we have done the following:
  • Create an active EXTOL REST Webservice Provider
  • The Webservice provider will be active on the following ports
  • http://EBIServer:8080/TestProvider
  • http://EBIServer:8443/TestProvider
  • EXTOL has created a new EXTOL Business Process Script named: Script for TestProvider.


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.