ashiyer7
April 16th, 2003, 07:10 AM
Hi,
I am relatively new to Web Services. I have a 3-tier web application in ASP.NET/C# and I want to make the business logic as a web service. The business.cs file contains 2 classes and are currently being used by the web forms. How should I go about converting these classes to web services. The constructors of these classes cannot be exposed as webmethods.
I believe a web service can have only one class in it. I need help on how to structure my code in the web service. I would really appreciate it someone can give me pointers on how to go about doing this.
Thanks,
Ashwin
I am relatively new to Web Services. I have a 3-tier web application in ASP.NET/C# and I want to make the business logic as a web service. The business.cs file contains 2 classes and are currently being used by the web forms. How should I go about converting these classes to web services. The constructors of these classes cannot be exposed as webmethods.
I believe a web service can have only one class in it. I need help on how to structure my code in the web service. I would really appreciate it someone can give me pointers on how to go about doing this.
Thanks,
Ashwin