Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
While ISO/IEC 26562 provides the architectural framework for tool integration, ISO/IEC 26563 defines the procedural method — the step-by-step process that organizations follow to achieve integration. This standard focuses on the “how” rather than the “what,” offering a repeatable methodology that can be applied across different tool ecosystems, organizational contexts, and integration maturity levels.
The method defined in ISO/IEC 26563 begins with integration context analysis, where the organization identifies the tools to be integrated, their current interfaces, the business processes they support, and the stakeholders who depend on them. This phase culminates in an “integration context document” that serves as the reference point for all subsequent integration activities.
A distinctive feature of ISO/IEC 26563 is its emphasis on “integration requirements engineering.” Rather than treating integration as a purely technical exercise, the standard insists that integration requirements be elicited, documented, and validated with the same rigor as functional requirements for the tools themselves. This includes specifying data synchronization frequency, error recovery procedures, performance thresholds, and security constraints.
| Phase | Input | Activities | Output |
|---|---|---|---|
| Define | Tool inventory, business processes | Context analysis, stakeholder identification, scope definition | Integration context document |
| Analyze | Integration context document | Requirements elicitation, interface analysis, gap identification | Integration requirements specification |
| Design | Integration requirements | Architecture selection, interface design, data mapping, error handling | Integration design specification |
| Implement | Integration design | Adapter development, configuration, testing at unit and integration level | Deployed integration solution |
| Validate | Deployed integration | Acceptance testing, performance validation, documentation | Validated integration with user acceptance |
A core technical activity in the ISO/IEC 26563 method is interface mapping and data transformation. When tools A and B use different data models for the same logical concept — for example, a “user story” in a requirements management tool versus an “issue” in a bug tracker — the integration must define a mapping between them. The standard provides guidance on creating transformation specifications that handle structural differences, naming conventions, and unit conversions.
The method recognizes three categories of interface mismatch: structural (different schemas), behavioral (different interaction patterns), and semantic (different meanings for similar terms). Structural mismatches are the easiest to resolve through XSLT transformations or JSON-to-XML converters. Behavioral mismatches require state-machine design. Semantic mismatches demand human judgment and are best resolved through explicit ontology mapping or controlled vocabularies.
ISO/IEC 26563 addresses the often-overlooked topic of integration governance. Once an integration is deployed, it enters a maintenance phase where tools are updated, new tools are added, and business processes evolve. The standard prescribes a change management process specifically for integration artifacts, treating integration specifications as configuration items that require version control, impact analysis, and stakeholder approval before modification.
The standard also introduces the concept of “integration debt” — analogous to technical debt — where quick integration fixes accumulate and create long-term maintainability problems. Examples include hard-coded transformation rules, synchronous calls where asynchronous would be more appropriate, and undocumented interface assumptions. Regularly scheduled “integration health checks” are recommended to identify and remediate integration debt before it becomes unmanageable.