Dynamically Create a WebService
-
I hope this is the correct forumn for this. I need to have the following functionality in my application. The application is running as an NT service. It was written using C# with .NET 3.5. The application will read a record from a SQL Server database. The record will provide a Method name, a return type and a list of parametes and their types. The application will then generate a WebService with a WebMethod which matches the database record. Now, any user can call the WebMethod. Does this make sense? I know how to create WebServices using Visual Studio and several other languages. I need to create the Web Service on the fly. In fact, I need to create one or more Web Services. Depending on how many records are in the database. Any help would be greately appreciated. Thanks Ben Clark
-
I hope this is the correct forumn for this. I need to have the following functionality in my application. The application is running as an NT service. It was written using C# with .NET 3.5. The application will read a record from a SQL Server database. The record will provide a Method name, a return type and a list of parametes and their types. The application will then generate a WebService with a WebMethod which matches the database record. Now, any user can call the WebMethod. Does this make sense? I know how to create WebServices using Visual Studio and several other languages. I need to create the Web Service on the fly. In fact, I need to create one or more Web Services. Depending on how many records are in the database. Any help would be greately appreciated. Thanks Ben Clark