Configuring Java CAPS Project Components for Application Adapters

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.

Table 1–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 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.

Table 1–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://<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.