Version 5 (modified by kyli, 16 years ago) (diff) |
---|
Analysis
Overview
The WS connector should represent the client facade implementation. It is actually the logic, which connects the client to the web services.
Task requirements
The connector must be able to:
- Send requests to a concrete server. For now, the possible requests are:
- login()
- getUserGroups()
- userExists()
- Receive responses from the web services.
- Convert the XML response to a concrete object.
- Return the object as a result.
Implement this initial model of the connector, do not forget to write unit tests.
Task result
Source code.
Implementation idea
There is already a module named org.sophie2.server.connector, so there is no need of creating a new module for this.
Related
S2S_WEB_SERVICES_R0
S2S_CORE_MOCK_SERVER_R0
How to demo
Show the class(es), run the test.
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)