Version 4 (modified by atsuko, 15 years ago)

--

Guideline for Web Services

This document is a guideline to design of web services toward integration.

  • REST
    • For a database service, REST services to get entries and search by a keyword should be provided.
    • To unify a format of a query, a query language should conform to Common Query Language.
  • SOAP
    • A manual for each method should be prepared.
      • The manual should include an example of parameters such that the method works well by them.