Click to See Complete Forum and Search --> : How create a web service w/o using asp.net - do it in a winForm only?


pschiff
August 30th, 2005, 05:17 PM
Hi.

I have 2 (or actually many many instances of a client C# app #AppA1, AppA2, AppA3...) that each need to send their data to a single other client app AppB1.
I want to use web services to link their data flows but I do not want an ASP.NET server to be involved.

I know how to create a client app that gets web service data from a asp.net hosted web service but i do not know how to write a Windows Forms app (AppB1) that all on its own can provide a web service to all AppA1, A2, etc apps.

Any advice?

Thank you

boudino
August 31st, 2005, 02:53 AM
It seems to me that you don't need web services. I think that remoting is the right approach for you.