Configuring Java CAPS Environment Components for Application Adapters

HTTP Settings

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

Table 5 Environment Configuration - HTTP Settings

Name 

Description 

Required Value 

URL

Specifies the default URL used to establishing an HTTP connection. 

The Sun Enterprise Service Bus uses the PeopleSoft Adapter to send an HTTP post request to PeopleSoft’s HTTP listening connector. The PeopleSoft HTTP listening connector monitors specific ports for incoming HTTP messages. It is implemented as a Java HTTPServlet object running inside WebLogic’s application server. 

For PeopleTools 8.13, use the following: 

  • Apache:


     http://
    PSFTHOST
    /servlets/psft.pt8.gateway.
    Gatewayservlet
  • WebLogic:


     http://
    PSFTHOST
    /servlets/gateway
  • PeopleTools 8.42:


     http://
    PSFTHOST
    :90/PSIGW/HttpListeningConnector

    where, PSFTHOST is the PeopleSoft server host name.

    You can verify the 8.42 HTTP listening connector servlet by verifying the web.xml.


    Note –

    The URL parameter does not support LDAP values.


The default URL used for establishing an HTTP connection. 

Content type

Specifies the default Content-Type header value to include when sending a request to the server. 

The default Content-Type header value. 

The configured default is: 


text/xml;charset=iso_8859-1

Encoding

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

The default encoding used when reading or writing textual data. 

The configured default is ASCII.