[ https://issues.apache.org/jira/browse/CXF-6795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197434#comment-15197434 ]
ASF GitHub Bot commented on CXF-6795: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cxf/pull/113 > WS-Discovery add support for discovery on localhost > --------------------------------------------------- > > Key: CXF-6795 > URL: https://issues.apache.org/jira/browse/CXF-6795 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 3.1.5 > Reporter: Nick Birnie > > The current WS-Discovery implementation could use support for discovering > services which are provided on localhost. This is currently not the case due > to an obscure detail of multicast communications where, when a multicast > packet is sent, by default it is not echoed back to the host that sent it. > For more info, see: http://www.tldp.org/HOWTO/Multicast-HOWTO-6.html > This should be an easy fix by setting the appropriate options on the > MulticastSocket used by WSDiscoveryClient (which I believe is implemented by > UDPConduit in UDPTransport). -- This message was sent by Atlassian JIRA (v6.3.4#6332)