all groups > dotnet web services > april 2006 >
You're in the

dotnet web services

group:

Http to windows service


Http to windows service markoueis NO[at]SPAM hotmail.com
4/20/2006 11:47:16 AM
dotnet web services: I want to have clients accross the internet send information to my
Windows Service (all the way to the main business appdomain) as fast as
possible and with the least ammount of processing (serializing, ports
etc.). Also, i want to code this as easily as possible (webservices?).
What's the best way to go?

Thanks
Re: Http to windows service q
4/20/2006 1:35:42 PM
Check out the WCF (indigo)...

Here's a sample...
http://davidbetz.net/winfx/2006/01/wcf-relative-binding-speeds.aspx

DB
Re: Http to windows service markoueis NO[at]SPAM hotmail.com
4/21/2006 10:20:00 AM
Indigo would be great, however its not out yet.

Another issue, on top of everything i've mentionned, is that i'd like
the communication betweent the client and my windows service to be
conducted through IIS (through port 80). I wouldn't want my users to
have to open another port. Is this possible? Can IIS act as a pass
through? Again, i want this with the least ammount of processing.

Thanks
AddThis Social Bookmark Button