Thursday, May 19, 2022

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

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)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.