Tagged Questions
The ws-discovery tag has no wiki summary.
2
votes
1answer
95 views
Rolling a simple ESB/Discovery service in C#?
In looking around at the various ESBs and discovery services I've found a few things that are close to what i want (NServiceBus, the sample in .NET StockTrader, etc.) but have not been able to find a ...
1
vote
0answers
10 views
Modifying ProbeMatch response in wcf service
I'm currently implementing a service using wcf (.net 4.0), and am attempting to get discovery working correctly. The issue I'm having is that my service resides on one namespace (device/wsdl), yet for ...
1
vote
1answer
195 views
WCF discovery: EndpointNotFoundException even though the endpoint was found
I'm using WS Discovery to dynamically find and connect to endpoints on the local network.
var cli = new DiscoveryClient (new UdpDiscoveryEndpoint ());
var response = cli.Find (new FindCriteria ...
1
vote
1answer
63 views
Get a specific string from a service list using WSDiscovery
I am using the WSDiscovery module for python. I have been able to search for services on my network. I am trying to discover a client and get the XAddress from this. The WSDiscovery module has very ...
1
vote
2answers
361 views
Discovery of web services using Python
I have several devices on a network. I am trying to use a library to discover the presence and itentity of these devices using Python script, the devices all have a web service. My question is, are ...
1
vote
1answer
464 views
WS-Discovery Implementations for Java
Are there any implementations of the WS-Discovery specification for JAX-WS RI, Axis2, CXF or other toolkits?
0
votes
0answers
15 views
No response to probe message from WCF discovery
I'm using WCF websevice discovery and I'm finding that the server is not responding to the probe due to the 'Duration' tag in the soap message. I've tried sending the message directly to the server ...
0
votes
0answers
40 views
WCF DiscoveryProxy System.TimeoutException
I'm tring to use DiscoveryProxy in my project.
The Problem :
I'm getting a TimeoutException when I try to Servicehost.Open a service that should be register to the DiscoveryProxy service. (but it ...
0
votes
1answer
25 views
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 ...
0
votes
0answers
171 views
WCF Discovery - problem with finding a service
I need to write a server that listen to all kind of web services that got WS-Discovery. I manage to do it when i write the client as a serviceHost and add the UDP, the endpoint and the binding through ...
0
votes
1answer
73 views
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 ...
0
votes
1answer
51 views
Prevent DiscoveryEndpoint creating service instance
I am using DiscoveryEndpoints in WCF but I have noticed that when a service is being discovered and the DiscoveryEndpoint is contacted it will actually cause an instance of the service to be created. ...
0
votes
2answers
172 views
.net 4 ws-discovery endpoints
I am using ws-discovery in .NET 4.0 and it is working well. One question I have is how to deal with services that are not working. For example, say I have IService on server A and server B. Let's say ...
0
votes
1answer
328 views
WPF WCF ws-discovery
I am going to be coming up with a design for calling WCF services from our WPF front end clients. One thing I really don't like is the tight coupling of a WCF service's configuration to the client. I ...
0
votes
3answers
329 views
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?