Finding a webservice server

A

Aussie Rules

Hi,

I have a classic client server app.

When the client is installed on the PC I would like the client application
to some how 'find' the server or servers that host the server logic.

Kind of like how the SQL tools, can list all the SQL servers in the network.

My thoughts are to have the server running some sort of web service,
listening on a port, and the client does some sort of IP broadcast on that
port. When the broadcast happens, the webservice responds, and the client
then knows the name/details of the server.

I figure this is a good way to do this, but have no idea on how to go about
it.

Is there an easier solution to this ?

The server is based on SQL, so another option is to get a list of the SQL
Servers, and then use that.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top