Changes between Version 8 and Version 9 of AsynchronousServicesFifth
- Timestamp:
- 2008/02/15 15:55:48 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsynchronousServicesFifth
v8 v9 1 ''([wiki:AsynchronousServicesThirdDay go to day 3]) ([wiki:AsynchronousServicesFourthDay go to day 4]) ([wiki:AsyncGroup go to async page])'' 2 1 3 Proposed solution for WS-I Web Services: 2 4 … … 5 7 [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 8 As there are no available generalized standards for such an interface, we are free to define one. One solution is to use the soaplab async. interface, which is [http://soaplab.sourceforge.net/soaplab1/images/soaplab-api.jpg described in the soaplab documentation]. For WSDL-described services it would be useful if it were defined in a WSDL file, which should be reused as much as possible, and then imported into the WSDL of the service you wish to provide a async interface to ([attachment:wiki:AsynchronousServicesFifth:sayHello.wsdl see example below]). 9 10 ''([wiki:AsynchronousServicesThirdDay go to day 3]) ([wiki:AsynchronousServicesFourthDay go to day 4]) ([wiki:AsyncGroup go to async page])''