Changes between Version 3 and Version 4 of AsynchronousServicesFifth
- Timestamp:
- 2008/02/15 15:30:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsynchronousServicesFifth
v3 v4 5 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. 6 6 As there are no available standards for such an interface, we are free to define one. One solution is to use the soaplab async. interface. 7 This is [http://soaplab.sourceforge.net/soaplab1/images/soaplab-api.jpg 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.7 This is [http://soaplab.sourceforge.net/soaplab1/images/soaplab-api.jpg described in the soaplab documentation], but would be useful if it were defined in a wsdl file, which could be reused and then imported into the wsdl of the service you wish to provide a asyc interface to (see example).