Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: PeopleSoft Adapter Connectivity Map Properties
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Adapter Connectivity Map Properties

Using the Properties Editor

Configuring the Adapter Connectivity Map Properties

Configuring Oracle Applications Adapter Connectivity Map Properties

Properties in the Outbound Oracle Applications Adapter

Configuring PeopleSoft Adapter Connectivity Map Properties

PeopleSoft Adapter Connectivity Map Properties

Selecting PeopleSoft HTTP Client or PeopleSoft HTTP Server as the External Application

Configuring SAP BAPI Adapter Connectivity Map Properties

Configuring the Inbound SAP BAPI Adapter Properties

Configuring the Outbound SAP BAPI Adapter Properties

Configuring Siebel EAI Adapter Connectivity Map Properties

Adapter Connectivity Map Properties

Configuring the Siebel EAI Adapter Connectivity Map Properties

Configuring SWIFT Alliance Gateway Adapter Connectivity Map Properties

SWIFT Alliance Gateway Adapter Connectivity Map Properties

Selecting SWIFT Alliance Gateway as the External Application

WebSphere MQ Adapter Connectivity Map Properties

Inbound WebSphere MQ Adapter Connectivity Map Properties

Outbound WebSphere MQ Adapter XA Connectivity Map Properties

Outbound WebSphere MQ Adapter Connectivity Map Properties

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

PeopleSoft Adapter Connectivity Map Properties

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.

PeopleSoft HTTP Client Connectivity Map Properties

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

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

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.

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 - 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 Connectivity Map Properties

The PeopleSoft HTTP Server Adapter properties, accessed from the Connectivity Map, are organized into the following section, HTTP Server External Configuration.

Note - The PeopleSoft HTTP Server Adapter does not possess 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.

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://<yourmachinename>:18001/<yourdeploymentname>_servlet_<servletname><servletname>

Where,

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

  • 18001 is the port number specified as the connector port in the Integration Server properties (IS Configurations —> Sections —> Web Container Configuration —> Web Server Configurations —> Default Web Server —> Connector Port).

  • yourdeploymentname is the name of your current 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.