Reusing information in WCF

While reading SOA articles, I came across an article at http://www.ibm.com/developerworks/websphere/library/techarticles/0806_boughannam/0806_boughannam.html . This explains the semantic / logical service. There is an example of "requesting organization data from the sales department." This approach helps to overcome the concept of silos.

I was wondering if there was any WCF implementation similar to the architecture mentioned in the article. Although I did a few searches, I could not find him. Could you provide detailed information about such an implementation or provide a link to a similar implementation in WCF?

READING:

+2
source share
1 answer

Building a platform for service-oriented architecture typically involves several technologies to fulfill various requirements. WCF may be part of this solution to provide various transmission format and message settings for the services involved, but it will not be sufficient to create a platform.

, , . , , , . , Microsoft Biztalk, AppFabric, WCF, NServiceBus, SOA, SSIS. SOA , .

+1

All Articles