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
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