Changes between Version 11 and Version 12 of S2S_WEB_SERVICES_R0


Ignore:
Timestamp:
12/20/08 12:58:44 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_SERVICES_R0

    v11 v12  
    4646  * XML result for an basic type; Example [source:trunk/sophie2-platform/modules/org.sophie2.server/doc/BasicTypeXML.xml] 
    4747  * XML result for an null object : Example [source:trunk/sophie2-platform/modules/org.sophie2.server/doc/NullObjectXML.xml] 
     48 * The !UserWebServices will be able to invoke the three methods of the !UserManager interface: 
     49  * If the GET data is in the format ?method=login&userbame=some_user_name&password=some_pass will be executed the login method of the !UserManager interface with the passed parameters. 
     50  * If the GET data is in the format ?method=getUserGroups&userId=some_user_id will be executed the getUserGroups method of the !UserManager interface with parameter user with id the passed one. 
     51  * If the GET data is in the format ?method=userExists&username=some_user_name will be invoked the userExists method of the !UserManager interface with parameter the passed username. 
    4852 
    4953Here are the tests for the generation of the XML :[[BR]]