2
votes
2answers
38 views
How do I discover RESTful Web services?
When I want to find a "Big" Web service (WS-*/WSDL based) of required functionality I can simply google for ".... filetype:wsdl" because Google indexes also WSDL definitions. Or I …
0
votes
1answer
15 views
SharePoint : Issue creating Disco
I've followed the instructions to the letter, when I run disco.exe I get this error:
The HTML document does not contain web service discovery information.
Any suggestions?
htt …
0
votes
1answer
45 views
how to detect number of subnets on a network automatically
Hi all,
is any way to detect the number of subnets which are on my network and how to find them out automatically?
Abdul Khaliq
3
votes
3answers
145 views
Are there any public UDDI registries available?
I am currently trying to get a grasp of UDDI and would like to run some examples with the inquiry API, but I can’t find public registries that I can query with my SOAP messages.
I …
0
votes
1answer
37 views
fastest way to discover nodes on LAN
I have a larger network about 1000 pcs on LAN
I need to know that what is the fastest way to discover nodes/ pc on lan for admin pruposes
Abdul Khaliq
1
vote
1answer
71 views
Is the public UDDI movement dead or, was it ever alive?
I am trying to find some public UDDI registries to interact with, for learning purposes. But it seems there are none available. I popped the following question on SO to see if some …
11
votes
15answers
689 views
How do you find interesting problems to solve?
How do you find interesting problems to solve?
I often want to learn new programming languages. However, I feel that to really understand it, I must write something which is:
R …
1
vote
5answers
141 views
How would I figure out if there are other algorithms similar to mine?
In another question, I asked something similar but I ended up just posting my algorithm there and invalidating several answers. I re-ask it here:
If I "invented" an algorithm, wha …
0
votes
1answer
63 views
are twitter web services “discoverable”?
Let me know your thoughts...
0
votes
7answers
183 views
What would you tell yourself if you were teaching your past-self Java as your first language?
I am a begining programmer with some old AutoHotkey (scripting language) experience plus basic html.
I am reading Code Complete 2nd ed in the bathroom.
&
I am reading Java H …
0
votes
3answers
516 views
Why UDP socket subscribed to a multicast group is picking up a non-multicast message?
Overview: I have set up a server and a client, where both attempt discovery of each other using UDP. When the server starts up it sends a multicast message (239.1.1.1) that it is a …
3
votes
4answers
250 views
UDP Server Discovery - Should clients send multicasts to find server or should server send regular beacon?
I have clients that need to all connect to a single server process. I am using UDP discovery for the clients to find the server. I have the client and server exchange IP address an …
1
vote
5answers
309 views
How to find classes when running an executable jar
I am running an executable jar and wish to find a list of classes WITHIN the jar so that I can decide at run-time which to run. It's possible that I don't know the name of the jar …
0
votes
1answer
45 views
Is it possible to discover plugged disks from Java?
I'm writing a disk crawler and if the user doesn't provide an existing path the program should search all disks that are available. Does anybody know is it possible and if it is ho …
3
votes
2answers
854 views
Web service discovery in WCF : Ws-Discovery or UDDI ?
I know the distinction between UDDI and Ws-Discovery (well know location to search a service vs broadcast). But my question is : what is the simplest way to discover a webservice i …
