Changes between Version 1 and Version 2 of AsynchronousServicesFifth

Show
Ignore:
Timestamp:
2008/02/15 15:08:41 (16 years ago)
Author:
jmfernandez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AsynchronousServicesFifth

    v1 v2  
    11Proposed solution for WS-I Web Services: 
    22 
    3 The default solution for asynchronous services in the WS stack is to use callback operations. In the bioinformatics domain we can not assume that  client would have the possibility to expose an external service interface, this does not seem like a viable solution for now.     
     3The default solution for asynchronous services in the WS stack is to use [attachment:ticket:1:True-Asynchronous-Model-from-Gent.png callback operations]. In the bioinformatics domain we can not assume that  client would have the possibility to expose an external service interface, this does not seem like a viable solution for now.     
    44 
    5 A solution based on polling is more light-weight since it does not assume that a client exposes a service interface.  
     5[attachment:ticket:1:Polling-Asynchronous-Model-from-Gent.png A solution based on polling] is more light-weight since it does not assume that a client exposes a service interface.  
    66As there are no available standards for such an interface, we are free to define one. One solution is to use the soaplab async. interface. 
    77This is described in the soaplab documentation, but would be useful if it were defined in a wsdl file, which could then be imported into the wsdl of the service you wish to provide a asyc interface to.