JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring Project Components for Oracle Java CAPS Application Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Configuring JAVA CAPS Project Components for Application Adapters

Configuring Adapter Connectivity Map Properties

To Add an Adapter to the Connectivity Map

To Configure Adapter Connectivity Map Properties

Oracle Applications Adapter Properties

Outbound Oracle Applications Adapter with no XA Support

Outbound Adapter with XA Support

PeopleSoft Adapter Connectivity Map Properties

PeopleSoft HTTP Client Outbound Connectivity Map Properties

HTTP Settings

PeopleSoft HTTP Server Inbound Connectivity Map Properties

HTTP Server External Configuration

SAP BAPI Adapter Connectivity Map Properties

Inbound SAP BAPI Adapter Properties

Server Connection Settings

Outbound SAP BAPI Adapter Properties

Client Connection Settings

Siebel EAI Adapter Connectivity Map Properties

Servlet Configuration (Inbound)

Siebel EAI Settings (Outbound)

HTTP Settings (Outbound)

SWIFT Alliance Gateway Adapter Connectivity Map Properties

Selecting SWIFTAlliance Gateway as the External Application

To Create the SWIFT AG External Application

SWIFT AG Adapter Connectivity Map Properties

SWIFT AG Envelope Properties

SWIFT AG Primitive Control Properties

SWIFT AG RemoteApi Base Settings

SWIFT AG InterAct Client Properties

SWIFT AG InterAct Client > Store and Forward Properties

SWIFT AG FileAct Client Properties

SWIFT AG FileAct Client > Store and Forward Properties

SWIFT AG FileAct Client > Get File Properties

SWIFT AG FileAct Client > Put File Properties

SWIFT AG FileAct Client > SnF Fetch File Properties

SWIFT AG Connection Establishment Properties

WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Settings

Inbound WebSphere MQ Adapter Settings > GetMessageOptions > matchOptions

Inbound WebSphere MQ Adapter Settings > GetMessageOptions > options

Outbound WebSphere MQ Adapter XA Connectivity Map Properties

Outbound WebSphere MQ Adapter (XA) Settings

Outbound WebSphere MQ Adapter (XA) Settings > Queue Open Options

Outbound WebSphere MQ Adapter Connectivity Map Properties

Outbound WebSphere MQ Adapter Settings

Outbound WebSphere MQ Adapter Settings > Queue Open Options

Running XA Transactions in Client (Outbound) Mode

Siebel EAI Adapter Connectivity Map Properties

All adapters contain a unique set of default configuration parameters. After the adapters are established and a Siebel EAI External System is created in the Project’s Environment, the adapter parameters are modified for your specific system. The adapter property settings define how the properties are used to interact with the Siebel application.

Servlet Configuration (Inbound)

Details for Siebel EAI settings are listed in the table below.

Table 7 Inbound Adapter—Servlet Configuration

Name
Description
Required Value
eWay URL Mapping
A pattern that determines the set of URIs that the servlet handles. This value must follow the rules specified in Section 10 of the Servlet API specification.
The default value that the servlet responds to is /eaiservice/*.
Request Timeout
The length of time in milliseconds for the adapter to wait for a service invocation to complete before abandoning the request. If Immediate Acknowledgement (below) is set to false, this property is disregarded.
A number equal to or greater than 0. Zero indicates that the adapter will wait indefinitely.
Immediate Acknowledgement
An indicator of whether the adapter is responsible for composing responses to each request. When set to true, the adapter responds to each request itself instead of waiting for the outcome of the service invocation. When set to false, the responsibility is left to the service.
True or False.

Siebel EAI Settings (Outbound)

Details for Siebel EAI settings are listed in the table below.

Table 8 Outbound Adapter—Siebel EAI Settings

Name
Description
Required Value
SWEExtSource
Specifies the service that the Siebel Web Engine calls.
A valid string. The default is SEEBEYOND_HTTP_UPDATE.

Other values may include:

  • SEEBEYOND_HTTP_DELETE

  • SEEBEYOND_HTTP_EXECUTE

  • SEEBEYOND_HTTP_QUERY

  • SEEBEYOND_HTTP_UPDATE

SWEExtCmd
Specifies the external command.
A valid entry. The default is Execute.

HTTP Settings (Outbound)

Details for HTTP settings are listed in the table below.

Table 9 Outbound Adapter—HTTP Settings

Name
Description
Required Value
Allow cookies
Specifies whether or not cookies sent from servers is stored and sent on subsequent requests. If cookies are not allowed, then sessions are not supported.
True or False. The default is True.
Content type
Specifies the default Content-Type header value to include when sending a request to the server.
Accept type
Specifies the parameters for the Accept Type request header.
Any valid string. For example:
  • text/html

  • text/plain

  • text/xml

Encoding
Specifies the default encoding used when reading or writing textual data.
ASCII.