SOA factory, another interesting webcast
There's a webcast tonight (7pm UAE time) that a Microsoft partner is running on SOA factories. It's an interesting concept that tries to simplify parts of SOA with pre-built blueprints (the factory model), with the end result of auto generating WCF services.
Register at Microsoft Events: https://go.microsoft.com/?linkid=6461708
Comments
- Anonymous
May 01, 2007
Auto generating WCF services may be interesting, but what is more interesting is how the contracts are handled. Unfortunately, when using the [OperationContract] attribute, you may end up with implicit contracts which could be duplicated by other "services", a big no-no, especially when you consider versioning issues.