Questions tagged [ws-discovery]

Web Services Dynamic Discovery (WS-Discovery) is a technical specification that defines a multicast discovery protocol to locate services on a local network.

Web Services Dynamic Discovery (WS-Discovery) is a technical specification that defines a multicast discovery protocol to locate services on a local network. As the name suggests, the actual communication between nodes is done using web services standards, notably SOAP-over-UDP and SOAP-over-IP.

The protocol was originally developed by BEA Systems, Canon, Intel, Microsoft, and WebMethods. It has later been approved as a standard by OASIS (as of July 1st 2009).

56 questions
2
votes
3 answers

WCF discovery in UWP app

I've created an universal app that connects to a WCF webservice at intranet, an it's working just fine, since the address of the service's host is known. The system's architecture allows to be more than one webservice running, in different hosts,…
Iuri Farenzena
  • 353
  • 1
  • 14
2
votes
1 answer

WCF service discovery with dynamic port 0 and TCP binding

I would like to start a service (with Mex enabled with mex TCP Binding) on port 0 - say for contract "IHelloWorldOne" on a end point using net TCP binding again. From my service's App.config
2
votes
0 answers

Difference between unicast and multicast probe request

I was working on the WS-discovery implementation for my project. When I go through some documentation about the WS-Discovery, I found that, the probe message are of two types. One is unicast probe message and other is multicast. I am new to…
Aneesh Narayanan
  • 3,220
  • 11
  • 31
  • 48
2
votes
1 answer

servicestack restful discovery udp

in WCF, I can create a udp endpoint discovery to allow client finding the service without knowing the endpoint addresses. Is there a similar approach using restful servicestack so that the client could discovered the end point address using some…
Turbot
  • 5,095
  • 1
  • 22
  • 30
2
votes
1 answer

Discovery - ProbeMatch response being discarded

I working with onvif cameras but have a few issues with discovery. Using very basic discovery code as below I get reply's from most of the devices on our network but a few are being discarded. I've added trace logging and i can see the messages…
kerry
  • 556
  • 5
  • 19
2
votes
0 answers

UDP Discovery with WinRT (Metro-style APIs)

I'm having a lot of trouble trying to implement WS-Discovery in Metro. There doesn't seem to be support for Discovering services: I'd like to do the following in Metro, but don't think I'm able to from the examples from .NET 4.0 (I'd like to do the…
LB.
  • 13,730
  • 24
  • 67
  • 102
1
vote
1 answer

Why does only one UdpDiscoveryEndpoint respond when the discovery probe is unicast?

I have a set of WCF services that use System.ServiceModel.Discovery.UdpDiscoveryEndpoint to implement ws-discovery. When I multicast a discovery request to the server, all of them respond correctly with probe matches. However, when I unicast my…
Foob
  • 11
  • 2
1
vote
1 answer

Is there a tool I can use to discover available web services on a URL or IP?

I need to find out what web services are available on a particular server. I know this host is using some flavor of SOAP. Is there a tool that can show what services (methods) are available from this host.
AJ.
  • 2,561
  • 9
  • 46
  • 81
1
vote
0 answers

WS-Discovery Proxy (Ubuntu, gSOAP, C++)

WS-Discovery Proxy I've been trying to get an older example of a WS-Discovery Proxy implemented in C++ to run. It can be found here https://github.com/mpromonet/ws-discovery I know it's a shot in the dark, but I really need a working Discovery…
farDev
  • 11
  • 2
1
vote
0 answers

Unable to discovring Camera with different 3rd Octet part of IP

I'm looking for discovering the IP cameras that are connected to my network. I found a tool in the following link https://github.com/andreikop/python-ws-discovery when I'm using it with the following commands I can not find one of my cameras which…
1
vote
1 answer

Security issue about WS-Discovery protocol

How comes all servers on LAN broadcsat WS-Discovery Resolve message that ends up with total congestion? The LAN is flooded with resolve messages from different servers to IPv4 multicast address. The following is the message…
1
vote
1 answer

Is there a good replacement for WCF UDP Discovery in ASP.NET Core?

I am looking for UDP service discovery functionality in ASP.NET Core. This functionality is available in .NET Framework WCF via System.ServiceModel.Discovery (e.g., UdpDiscoveryEndpoint that uses WS-Discovery). The intended result is to allow…
1
vote
0 answers

Onvif unicast probe message

I want to test my software with onvif device test tool (version 16.07 SR1), I am managed to reply multicast probe messages, I am tring to confirm that my software works with device discovery completely but when test tool sends unicast probe…
rotringuser
  • 113
  • 15
1
vote
1 answer

WCF Discovery UDPEndpoint did not work after published on IIS

I made a test with WCF Discovery UDPEndpoint, it works at my own computer, but if I publish it to IIS, and then call it from other computers, it could not be found. I have set the address with IP. Service using (ServiceHost host = new…
Edward
  • 28,296
  • 11
  • 76
  • 121
1
vote
3 answers

how to protect the ws discovery ad hoc network from man-in-the-middle attacks

The ws-discovery specifications explains how to protect your network from message alteration Denial of service replay spoofing but what about man-in-the-middle attack?
ahmed
  • 14,316
  • 30
  • 94
  • 127