vix.ing · top · new · best · stats · spec

Service Wrapper: a system for converting web data into web services

2019/10/17 by Naibo Wang, Wang, Naibo, Zhiling Luo +7
Computer Science · #Caching and Content Delivery #Databases (cs.DB) #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Service-Oriented Architecture and Web Services #Web Data Mining and Analysis #cs.DB #cs.IR

paper · pdf · doi:10.48550/arxiv.1910.07786

arxiv created 2019/10/17 · openalex publication_date 2019/10/17 · arxiv updated 2019/10/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Web services are widely used in many areas via callable APIs, however, data are not always available in this way. We always need to get some data from web pages whose structure is not in order. Many developers use web data extraction methods to generate wrappers to get useful contents from websites and convert them into well-structured files. These methods, however, are designed specifically for professional wrapper program developers and not friendly to users without expertise in this domain. In this work, we construct a service wrapper system to convert available data in web pages into web services. Additionally, a set of algorithms are introduced to solve problems in the whole conversion process. People can use our system to convert web data into web services with fool-style operations and invoke these services by one simple step, which greatly expands the use of web data. Our cases show the ease of use, high availability, and stability of our system.

Related