I created a gui in .net that I want other people to use. It connects to my custom database via a web service and returns data.
Now I want other people to use it. They tell me that they want to use their own database.
How can I let them plug their database results into my gui?
It is almost as though I want to repoint to their web service somehow....
My gui is in .net but they could be using any language even java