Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 3 of Ticket #1440


Ignore:
Timestamp:
03/13/11 23:37:18 (13 years ago)
Author:
swagner
Comment:

Modified ticket name and description, as the OKB Java connector should provide a client implementation for all services required to access the OKB.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1440

    • Property Status changed from new to accepted
    • Property Summary changed from Integrate new data model to Adapt OKB Java connector according to changes of OKB services
  • Ticket #1440 – Description

    v1 v3  
    1 Integrate the new OKB data model in the !JavaConnecotor.
     1The OKB Java connector has to be adapted according to changes in the OKB services. The connector should cover all OKB services:
     2 * http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc?wsdl
     3 * http://services.heuristiclab.com/OKB.SPR-3.3/RunCreationService.svc?wsdl
     4 * http://services.heuristiclab.com/OKB.SPR-3.3/QueryService.svc?wsdl
    25
    3 use the new service:
    4 
    5 http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc?wsdl
     6Furthermore, the Java connector should also provide a client for the `AuthenticationService`. However, the `AuthenticationService` contract is not yet finished. The interface has to be extended by several methods in the near future. As long as this is not finished, implementation of the Java connector should concentrate on the three services listed above.