Book Image

Learning SAP BusinessObjects Dashboards

By : Taha Mahmoud
Book Image

Learning SAP BusinessObjects Dashboards

By: Taha Mahmoud

Overview of this book

Table of Contents (19 chapters)
Learning SAP BusinessObjects Dashboards
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using web services


We can also use web services to populate our dashboard with data. Web services are a common way of exchanging data between different systems. We can use one of the following web service to consume data retrieved from a web service:

  • Web service query: This will be created by Query As a Web Service Designer. This tool can be used to create web services based on a Universe.

  • Web service connection: This connection type can retrieve data from any standard web service.

Web service query

In this section, you will learn how to use Web Service Query to retrieve sales and quantity by product data, and use it in the Sales and Quantity by Product combo chart. But first, let's summarize the high-level steps required to accomplish this:

  • Learn how to use the Query As a Web Service Designer tool to create a web service query based on the eFashion Universe

  • Create the Web Service Query data connection in your dashboard to call this web service

  • Configure the Usage options for this connection

Let...