问题
While reading SOA articles I came across an article in http://www.ibm.com/developerworks/websphere/library/techarticles/0806_boughannam/0806_boughannam.html . This explains about a Semantic/Logical service. There is an example of "request for organization data coming from sales department". This approach helps in overcoming the silos concept.
I was wondering whether there is any WCF implementation similar to the architecture mentioned in the article. Though I made some search, I could not find out one. Could you please provide details of such an implementation or provide a reference to a similar implementation in WCF?
READING:
Enabling Business Capabilities with SOA http://msdn.microsoft.com/en-us/architecture/aa699435
Service Virtualization With The Managed Services Engine http://msdn.microsoft.com/en-us/magazine/dd727511.aspx
Managed Services Engine (MSE) Roadmap
回答1:
Building a platform for Service Oriented Architecture usually involves several technologies to fulfill the different requirements involved. WCF could be a part of that solution to provide different transport and message format options for services involved, but would not suffice as the only basis to build the platform on.
The architecture in the article is a fairly standard service oriented one for larger corporations and can be implemented in a variety of technologies. I would suggest you that you search that space and read about the various tools to see what fits your needs. The Microsoft space for example include Biztalk, AppFabric, WCF, NServiceBus, SOA Governance, Master Data Services and SSIS. As SOA environments can be technology-agnostics, you could also browse other vendors or Open Source initiatives.
来源:https://stackoverflow.com/questions/9555331/information-reuse-in-wcf