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


there few web service frameworks available java: axis2, cxf, jbossws, , metro. have examples of ws-eventing client these frameworks?

check out apache savan. it's publisher/subscriber implementation axis2 supports ws-eventing (see sample.eventing.client example client).

jbossws has information setting service here, didn't see example client. regarding cxf , metro, i'm not sure if have specific support ws-eventing yet.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -