Looks like the list didn't like the raw-tag for the code. Here is the
snippet:
WSDiscoveryClient client = new WSDiscoveryClient();
client.setVersion10();
List<EndpointReference> references = client.probe(new
QName("http://www.onvif.org/ver10/network/wsdl",
"NetworkVideoTransmitter"));
client.close();
However, the code doesn't really show the problem. The problem is what's not
there. So UDPConduit is responsible in my case. Since I can't see any call
to "setNetworkInterface" in that class, can I assume that it's not possible
to select the interface for WSDiscoveryClient?
Jonas
--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html