Changes between Version 11 and Version 12 of GuidelineForWebService

Show
Ignore:
Timestamp:
2009/03/20 16:32:07 (15 years ago)
Author:
atsuko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuidelineForWebService

    v11 v12  
    1313     * Lower-case letters should be used for path parameters in principle. 
    1414     * 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.  
    1616 
    1717 * SOAP 
    1818   * A manual for each method should be prepared. 
    1919     * 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  
    2125 * TogoWS Guidelines 
    2226