What are some good examples of a WS-Eventing client in Java?

2.7k Views Asked by At

There are a few web service frameworks available for Java: Axis2, CXF, JBossWS, and Metro. Does anyone have some good examples of a WS-Eventing client with these frameworks?

1

There are 1 best solutions below

1
On BEST ANSWER

Check out Apache Savan. It's was a publisher/subscriber implementation for Axis2 that supported WS-Eventing (see sample.eventing.Client for an example client) but was retired in 2014.

JBossWS has some information about setting up a service here, but I didn't see any example for a client. Regarding CXF is includes support for eventing although it uses native types, nothing from JAX-WS.