service repository.

Posted by SteveCav on Stack Overflow See other posts from Stack Overflow or by SteveCav
Published on 2010-05-11T06:45:33Z Indexed on 2010/05/11 11:54 UTC
Read the original article Hit count: 325

Filed under:
|
|

hundreds of our clients around the country have a vb6/MS Access app. The boss needs them to talk to each other, eg client A creates a new task in client B's database, and status updates go back to A.

I'm trying to design a WCF system that can accomplish this using a centralized service talking to a service of some kind installed on each client. What I'm wondering is, how the central system knows the address of the clients, ie determine and consume services on the fly? What's a good architecture to fit these requirements?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about web-services