Web services that implement the same interface
Posted
by zachary
on Stack Overflow
See other posts from Stack Overflow
or by zachary
Published on 2010-04-19T01:16:13Z
Indexed on
2010/04/19
1:23 UTC
Read the original article
Hit count: 325
My friend build a web service in java I build one in .net
I want them to implement the same interface
then in my program change the web.config to point to one or the other.
In my mind this would be done by implementing the same interface. Not sure how it would actually be done...
© Stack Overflow or respective owner