PDA

View Full Version : Windows Forms application that has a Web Service


rolandz
11-04-2007, 07:30 AM
Hi,

I want to have a Windows Forms application that exposes some functionality via web service. AFAIK the web service requires web server that I don't want to have (possibly on the target machine may not be IIS at all).

Is it possible to configure web service exporter anyhow? Cassini? Any hint will be appreciated...

Bruno Baia
11-08-2007, 12:44 AM
Hi,

This is something we wanted to provide, but with WCF released we didn't.
So a solution will be to use WCF.

Otherwise, if you cannot use .NET 3.0 and WCF, you can try to use Cassini as you said, never tried but this should work.


- Bruno