Question

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?

Was it helpful?

Solution

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

JBossWS has some information about setting up a service here, but I didn't see any example for a client. Regarding CXF and Metro, I'm not sure if they have specific support for WS-Eventing yet.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top