Hi
This might be possible to do for SOAP services at least, CXF has a SOAP
UDP transport. The way to support custom (non-HTTP transports) for SOAP
in DOSGi is to use a WSDL-first approach, JMS at least, where you set a
JMS-specific info in WSDL port sections. I'm not sure but there might be
a way to set the same for a CXF UDP transport - this is all I can
suggest :-), please experiment...
Sergey
On 26/03/15 16:13, tho huynh ngoc wrote:
Hi all,
I use DOSGi to connect two 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.