Hi,
Does CXF support the Oasis "Asynchronous Service Access Protocol (ASAP)" ?
Namely, we'd like the Service side to receive a request of type
"CreateInstanceRq", and in response:
1) Launch a thread which executes the Service logic
2) Expose some operations which report on the execution progress
(Oasis-ASAP-standard operations such as "GetProperties", "Sucscribe", etc).
We realize we can implement it ourselves, but were wondering whether CXF has
any *built in* utilities to help with this?
Thanks very much.