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
0
votes
1 answer

Get all RFID readers connected to the network

I need to get all the RFID readers connected on the ethernet, currently I have an application which connects to one reader at a time. Also the IP address for the reader needs to be specified for connection. I am using Motorola FX9500 fixed RFID…
ajthak
  • 1
  • 2
0
votes
2 answers

.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 this service on server A is broken (mimic this by…
Jon Archway
  • 4,852
  • 3
  • 33
  • 43
0
votes
1 answer

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 have read a couple of articles on ws-discovery in…
Jon Archway
  • 4,852
  • 3
  • 33
  • 43
0
votes
2 answers

Resolve a URI to an EndpointAddress

I currently have a WCF client that is able to do ad-hoc service discovery to find (unknown) services running on the local subnet. I would like to implement a way for the user to specify a service endpoint to use by entering a URI into a text box,…
Josh
  • 77
  • 1
  • 12
0
votes
2 answers

Java how to discovery WCF service?

Please visit http://www.codeproject.com/Articles/31285/WS-Discovery-for-WCF,I have download the source code and written a WCF service in .NET Framework 3.5 using the related WSDiscovery, and published this service to the web page with the same…
Sstx
  • 604
  • 1
  • 8
  • 21
0
votes
1 answer

gsoap: force WS-Discovery 1.0 instead of 1.1

I am using gsoap and its plugin wsddapi to implement WS-Discovery. I need to implement WS-Discovery v1.0, but the plugin output only v1.1 messages. In the source-code of the plugin, they say it's valid both for v1.1 and v1.0, but I am not able to…
Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58
0
votes
1 answer

What should be used for WCF service monitoring ? WMI or WS-Discovery

Can you tell that which is the best tool to monitor WCF services, WMI or WS-Discovery implementation.
Milan Raval
  • 1,880
  • 1
  • 16
  • 33
0
votes
1 answer

How can I access the parameters of a service on a Carbon server in plain txt

What I've done is broken the default 'Version' service on my WSO2 DSS, I tried to set the Scopes variable for WS-Discovery and didn't put a closing tag/element when creating the parameter. Now when I try to access the parameters screen I get an…
wild
  • 311
  • 4
  • 11
0
votes
1 answer

WCF Discovery with load balanced end points

I have the following scenario: I have a master controlling WCF application that allows different client applications to communicate with one another. It finds the clients that want to communicate with each other using WCF discovery. Something like…
Dave_in_Raleigh
  • 53
  • 1
  • 11
0
votes
1 answer

UdpDiscoveryEndpoint with a broadcast address

Is it possible to use Wcf UdpDiscoveryEndpoint with a broadcast address instead of multicast ? I tried using a broadcast address but that threw an exception, is it a limitation of WcfDiscovery ? this is the…
jacob
  • 1,397
  • 1
  • 26
  • 53
-1
votes
1 answer

How to set publishedUrl of a CXF service used by its WS-Discovery plugins?

I am trying to publish the URL of a CXF service using the CXF WS-Discovery plugins. The tutorial https://cxf.apache.org/docs/writing-a-service-with-spring.html helps me to build an helloworld service. The CXF documentation of WS-Discovery…
mpromonet
  • 11,326
  • 43
  • 62
  • 91
1 2 3
4