This glossary supports the following titles:

SOA Governance

SOA with .NET & Azure


SOA Design Patterns


Web Service Contract Design & Versioning for SOA


SOA Principles of Service Design

Service-Oriented Architecture: Concepts, Technology, and Design

Modern SOA Infrastructure: Technology, Design, and Governance
SOA with REST: Principles, Patterns & Constraints
Next Generation SOA: A Real-World Guide to Modern Service-Oriented Computing
SOA with Java
SOA Security: Practices, Patterns, and Technologies for Securing Services
SOA and Cloud Computing: Practices, Patterns, Technologies

This glossary also supports the SOA Certified Professional (SOACP) program.

For more information, visit: www.soacp.com
and
www.soaschool.com


|
|
|

core service logic

|
When a Web service is custom-developed, its underlying components are referred to as core service logic. Typically a façade component spearheads the core service logic by providing the technical interface that is used by runtime processors to translate message data to and from the messaging format supported by the WSDL definition.

The design of core service logic is affected by the application of service-orientation. Service Loose Coupling, Service Autonomy, Service Statelessness, and Service Composability in particular represents design principles that introduce several specific design characteristics into core service logic and its underlying implementation.

Core service logic is also know as business logic.


See also:

- component

- message processing logic

- service

- service-orientation

- Web service

|
|