This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

About the sample

WSO2 Data Services Server supports scraping and extracting Web information and exposing it as dataservices. This sample demonstrates how to extract book information using Site Point (http://www.sitepoint.com/html). The WebResource sample service contains a single operation named getBooksInfo, which returns a list of books and authors.

Building the sample

Deploy the sample data service named WebResourceSample, using the instructions in Samples Setup.

Running the sample

The sample service can be run using the TryIt tool, which comes with the Data Services Server. You can also run it using a code-generated java client. See Data Services Clients for details.  

Follow the steps below to demonstrate this functionality using the TryIt tool:

  1. Log in to the management console of your server and click List under Services in the navigator. The WebResourceSample will be listed here.
  2. Click Try this service to open the TryIt tool.
  3. Select the "getBooksInfo" operation and click Send to execute the operation. You will get the response as shown below.
  • No labels