Jaxws notifications

1k Views Asked by At

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?

1

There are 1 best solutions below

2
On

JAX-WS supports asynchronous web services and provides support for both a callback and polling model. The former model might be what you're looking for.

See also: