I use DOSGi to connect two OSGi components (iPOJO components) over local network. I configured it with either SOAP or RESTful-JAX RS. However, both use TCP for communication (i saw this in Wireshark).
Now, i would like to configure SOAP or RESTful-JAX RS with UDP. How can i do that? Thank you for your help.
Assuming this is Apache CXF DOSGI implementation: Given how CXF can use UDP as a transport, it looks simple enough to use a udp URL as your "org.apache.cxf.ws.address" when creating your distributed service.