Changes between Version 11 and Version 12 of GuidelineForWebService
- Timestamp:
- 2009/03/20 16:32:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuidelineForWebService
v11 v12 13 13 * Lower-case letters should be used for path parameters in principle. 14 14 * If a URL ends "/", a list of possible strings after the URL should be returned in principle. 15 * When a method return a list, 15 * When a method return a list, each line should correspond to an entry and each field should be divided by tab. 16 16 17 17 * SOAP 18 18 * A manual for each method should be prepared. 19 19 * The manual should include an example of parameters such that the method works well by them. 20 20 * Each method should be verified to use Java, Perl, Ruby and Python. 21 * Providing sample codes for such languages is better. 22 * For non-synchronous services, a job ID should be provided. 23 * When any error occurs during processing at a server, a method 24 21 25 * TogoWS Guidelines 22 26