So the solution was to simply use the udp: address or did you have to do
more?
Christian
Am 06.04.2015 um 22:23 schrieb tho huynh ngoc:
Hi,
Thank you for your response. I resolved it.
I have used Karaf, CXF as the example:
http://www.liquid-reality.de/display/liquid/2011/12/22/Karaf+Tutorial+Part+4+-+CXF+Services+in+OSGi
In addition, i associated it with CXF UDP transport -
http://cxf.apache.org/docs/udp-transport.html
2015-04-01 14:04 GMT+02:00 Sergey Beryozkin <[email protected]>:
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.