OHI Value-Based Payments
 PreviousHomeNext 
1 IntroductionBook Index2.2 Auditing and Exception Handling

2 Integration Concepts

OHI Components applications are designed to operate as a component in a component-based or service oriented architecture. This guide provides an overview of the
integration capabilities of OHI Components applications. Additional information with respect to OHI Components applications integration points is available in other guides, for example:

2.1 Integrating with OHI Components Applications

This chapter introduces techniques and patterns used for integrating with OHI Components applications. The following principles played an important role for designing the integration services:

Common integration techniques used in OHI Components applications are:

Going forward, any new services will be developed as RESTful services, no new SOAP services will be added.

Oracle develops SOAP web services with JAX-WS, the reference implementation for developing SOAP web services in Java whereas RESTful services are constructed using JAX-RS, the reference implementation for developing RESTful web services in Java.

All web services in OHI Components applications perform stateless operations.

 PreviousHomeNext 
1 Introduction2.2 Auditing and Exception Handling