Swapping out web services

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-04-17T17:10:45Z Indexed on 2010/04/17 17:13 UTC
Read the original article Hit count: 223

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about web-services