webservice architecture help
Like you have a webservice where clients connect. And a client can connect to the webservice and send text to another client. without having each client polling if some data are for them? This is like a service client applikation but with a webservice in the middle =)
Why I wan′t the webservice in the middle and everybody to be clients is becouse I don′t wan′t the clients to run IIS (webserver) and so on, just a clean win form application.
Like a webservice chat, but I hav′nt seen any examples of these. All clients connect to a webservice and get their messages in realtime (asynchronously). Any examples?
How to combine .net remoting and webservices. I want a webservice to connect many .net remoting instances and with the webservice interface you can contorl the .net remoting applikations..
hopefull for answers.
best regards fredrik

