Encapsulating multi-stepped web forms as web services

  • Authors:
  • Tobias Vogel;Frank Kaufer;Felix Naumann

  • Affiliations:
  • Hasso Plattner Institute, University of Potsdam, Germany;Hasso Plattner Institute, University of Potsdam, Germany;Hasso Plattner Institute, University of Potsdam, Germany

  • Venue:
  • ICSOC/ServiceWave'09 Proceedings of the 2009 international conference on Service-oriented computing
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

HTML forms are the predominant interface between users and web applications. Many of these applications display a sequence of multiple forms on separate pages, for instance to book a flight or order a DVD. We introduce a method to wrap these multi-stepped forms and offer their individual functionality as a single consolidated Web Service. This Web Service in turn maps input data to the individual forms in the correct order. Such consolidation better enables operation of the forms by applications and provides a simpler interface for human users. To this end we analyze the HTML code and sample user interaction of each page and infer the internal model of the application. A particular challenge is to map semantically same fields across multiple forms and choose meaningful labels for them. Web Service output is parsed from the resulting HTML page. Experiments on different multi-stepped web forms show the feasibility and usefulness of our approach.