Link to home
Start Free TrialLog in
Avatar of drinkwater
drinkwater

asked on

Generate dynamic in memory Web service in .NET

1) I'd like to create web services on the fly using reflection.
2) I'd like the web services to be searchable and emit WSDL spec's on themselves like normal web services.
#3) Basically, I want to have my code generate web service functions based on some database data, and create the definitions in memory and expose them on the server.

Is this possible?
ASKER CERTIFIED SOLUTION
Avatar of ripahoratiu
ripahoratiu
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial