JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
About Oracle Java CAPS Communication Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

About Communication Adapters

About Oracle Java CAPS Adapter for CICS

CICS Transaction Server

The Oracle Java CAPS Adapter for CICS

IBM CICS Transaction Gateway (CTG)

Oracle Java CAPS CICS Listener

z/OS CICS Security Considerations

Security Considerations for Oracle Java CAPS CICS Listener

Connection Logic

Request Link to Program

Request Start Transaction

Security Considerations for IBM CICS Transaction Gateway

About Oracle Java CAPS Adapter for COM/DCOM

About COM/DCOM

The Oracle Java CAPS COM/DCOM Adapter

About Oracle Java CAPS Adapter for e-Mail

How does the e-Mail Adapter connect?

Japanese e-Mail Text Support

About Oracle Java CAPS Adapter for File

Adapter Operation

Setting Properties

About Oracle Java CAPS Adapter for Batch

Batch Adapter OTDs

About Oracle Java CAPS Adapter for IMS

About Information Management System (IMS)

About the IMS Adapter

About Oracle Java CAPS Adapter for LDAP

About LDAP

Entries, Attributes, and Values

LDAP Directory Structure

Distinguished Names and Relative Distinguished Names

LDAP Service and LDAP Client

Referrals

About the LDAP Adapter

Adapter General Operation

Java Naming and Directory Interface

Third-Party License File Agreement

About Oracle Java CAPS Adapter for MSMQ

About Microsoft Message Queuing (MSMQ)

About the MSMQ Adapter

About Oracle Adapter for SNA

About SNA

Supported Logical Unit Types

SNA LU6.2

About the SNA Adapter

About Oracle Java CAPS Adapter for TCP/IP

About Oracle Java CAPS Adapter for TCP/IP HL7

TCP/IP HL7 Features

TCP/IP HL7 Adapter Components

About Oracle Java CAPS Adapter for HTTPS

About HTTP and HTTPS

About the HTTPS Adapter

HTTP Messages

Web Browser Cookies

Cookie Expiration Date Checking

GET and POST Methods

Sample HTTP Exchange in Client Mode

Sample HTTP Exchange in Server Mode

About Oracle Java CAPS Adapter for IMS

This topic provides conceptual information about IMS and its Oracle Java CAPS Adapter.

About Information Management System (IMS)

IBM’s IMS, is a database and transaction management system that provides an interface for users to access information in various databases via online transactions. The IMS/TM (Transaction Manager) is a message-based transaction processor, that handles the execution of specific business application programs. The IMS/DB (Database) is an entirely separate component providing access to the IMS hierarchical database for applications running under the IMS/TM, as well as IMS transaction monitor and OS/390 batch jobs.

About the IMS Adapter

The IMS Adapter enables Oracle Java CAPS ESB to connect with IBM’s IMS/TM mainframe applications through IBM’s IMS Connect.

The IMS Adapter provides access to the Input and Output Descriptors (MID/MOD) of the IMS applications without requiring changes to the application. By capturing the field contents before screen formatting, the IMS Adapter is not affected by cosmetic changes to the application’s screen design.

The IMS Adapter includes the IMS Message Format Service (MFS) Wizard conversion utility to facilitate the creation of input and output Object Type Definitions (OTDs) from IMS MFS files.

The implementation of the IMS Adapter is in accordance with IBM’s IMS Connect Guide and Reference. These documents describe the OTMA protocol and contain important prerequisite information for the configuration IMS Connect on the mainframe.

A sample project for the IMS Adapter is included on the installation CD-ROM which demonstrates how a non-conversational scenario (simple send/response) is managed.