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

PeopleSoft Adapter Connectivity Map Properties

This task describes the Connectivity Map properties of the PeopleSoft Adapter. The PeopleSoft Adapter includes two component adapters:

Once a component adapter and the Environment (with the external systems) have been created, the properties can be modified for your specific system.

The PeopleSoft Adapter properties are organized into the following sections:

PeopleSoft HTTP Client Outbound Connectivity Map Properties

The PeopleSoft HTTP Client Adapter properties, accessed from the Connectivity Map, are organized into the HTTP Settings category.


Note - SSL and proxy configurations (HTTPS) are not supported.


HTTP Settings

The HTTP Settings section of the PeopleSoft HTTP Client Adapter Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 3 Connectivity Map - HTTP Settings

Name
Description
Required Value
Allow cookies
Specifies whether cookies sent from servers are allowed to be stored and sent on subsequent requests. If cookies are not allowed, sessions are not supported.
True or False. True indicates that cookies sent from the server are allowed. False indicates that Cookies are not accepted.

The configured default is True.

Accept type
Specifies the default Accept-Type header value included when a request is sent to the server; for example, text/html, text/plain, text/xml.
An Accept-type header value.

The configured default is text/xml.


Caution

Caution - Calling the clear() method in the Collaboration Editor clears all HTTP properties. Once the properties have been cleared, you must manually rebuild the header and payload sections of the Request message in the Transformation Designer.


PeopleSoft HTTP Server Inbound Connectivity Map Properties

The PeopleSoft HTTP Server Adapter properties, accessed from the Connectivity Map, are organized under the HTTP Server External Configuration category.


Note - The PeopleSoft HTTP Server Adapter does not have any Environment properties.


HTTP Server External Configuration

The HTTP Server External Configuration section of the PeopleSoft HTTP Server Adapter Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 4 Connectivity Map - HTTP Server External Configuration

Name
Description
Required Value
servlet-url
Specifies the last path component of the HTTP server servlet URL. This URL is the one the client uses to access the server. The property value must be the servlet name, for example: HttpServerServlet. The total URL is made up of several components, including the Project deployment name and the value entered for this property.

The servlet name must match the Primary URL property on the PeopleSoft server.

For example, a complete servlet URL appears as follows:

http://<hostname>:18001/<deploymentname> _servlet_<servletname>/<servletname>

Where:

hostname is the name of the machine where your current Application Server is running.

18001 is the port number.

deploymentname is the name of your Project’s Deployment Profile concatenated with _servlet.

servletname is the name of the PeopleSoft servlet. This is the value needed for this property.


Note - The servlet-url parameter does not support LDAP values.


Enter the name of the PeopleSoft Servlet. This is the last path component of the HTTP server servlet URL.