Issue
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?
Solution
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.
Answered By - David Crow Answer Checked By - David Goodson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.