Here's the explanation: I had BlackBerry Link installed on my machine. The BB Link created additional Network Connection, which was listed as the last connection in my Network Connections. In org.apache.cxf.transport.udp.UDPDestination.findNetworkInterface() the line ret = possibles.isEmpty() ? null : possibles.get(possibles.size() - 1);
returned the BB Link connection but it never really worked. As soon as I uninstalled the BB Link the problem was solved. -- View this message in context: http://cxf.547215.n5.nabble.com/WS-Discovery-works-only-on-local-machine-tp5753223p5753238.html Sent from the cxf-user mailing list archive at Nabble.com.
