Jaxws notifications
- by akmer
Hi,
Could you please help in the following? Is there an acceptable design guideline to implement WS Notification Messaging in java? My scenario is the following: a web service client makes a web service call to a web service.
After that, the web service should be able to send asynchronous notifications to the web client (as a result of the first web method call). What approach should be used?
Thank you,
Regards