Changes between Version 7 and Version 8 of S2S_WEB_SERVICES_R0
- Timestamp:
- 12/19/08 20:12:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_SERVICES_R0
v7 v8 36 36 * The XMLManagementService is used to convert !ProObjects and basic types to XML result. It uses the Velocity template engine ([http://velocity.apache.org for details]). 37 37 * For now the !UserManager and it's server side implementation are basic Facade, which uses directly the Core's !UserService methods. 38 * The !UserWebService is !HttpServlet that acts like an REST web service. It receives GET parameters on it's url, the first is the name of the method to call, and the others it's arguments. !UserWebService invokes the !UserManager server implementation methods and returns the results in the form of an XML documents by it's response .38 * The !UserWebService is !HttpServlet that acts like an REST web service. It receives GET parameters on it's url, the first is the name of the method to call, and the others it's arguments. !UserWebService invokes the !UserManager server implementation methods and returns the results in the form of an XML documents by it's response using the XMLManagmentService. 39 39 * For the first revision there will be no escaping of invalid XML characters and security logic like encoding/decoding of passwords and mail addresses. 40 40 * For the first revision the facade will be simple but in the future the web services will grant access to the whole Facade