Canonical protocol pattern: Difference between revisions

Content deleted Content added
mNo edit summary
Line 1:
'''Canonical Protocol''' is a [[Design_pattern_(computer_science)|design pattern]], applied within the [[service-orientation]] [[design paradigm]], which attempts to make [[Service (systems architecture)|service]]s, within a [[service inventory<ref name='SI'>[http://www.whatissoa.com/p13.php Service Inventory]]</ref>, interoperable with each other by standardizing the [[communication protocol]]s used by the services. This eliminates the need for bridging communication protocols when services use different communication protocols.
 
==Rationale==