Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there an existing framework or example of calling a service / web service settings stored within a Database that can be dynamically invoked?

I have looked into Microsoft Service Factory 2008, Service Invocation Framework and Web Service Dynamic Proxy but not found anything all that helpful.
Posted
Updated 19-Jul-10 0:58am
v2

1 solution

Your question makes little sense.

If you are asking if you can get aweb serive's settings from a database in order to communicate with the web service, yes you can, but only if that database can be accessed without the use of the web service.

Typically, a web service can only be accessed by clients that know how to access it (security through obscurity), and therefore, the client needs to know ahead of time hot o connect to it. You can either implent this foreknowledge via c# code or by app.config settings.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900