Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Designing: Adding the PeopleSoft Subscription Handler
 

Classic Java CAPS

Developing Java CAPS Projects

Using SOAP Message Handlers

Creating a Runtime Environment

Designing Business Processes in the Sun Business Process Manager

Working with TCP/IP HL7 Collaborations

Developing Sun Master Indexes (Repository)

Developing Sun Master Patient Indexes

Developing OTDs for Application Adapters

Developing OTDs for Communication Adapters

Developing OTDs for Database Adapters

Developing OTDs for Web Server Adapters

Designing with Application Adapters

Building an Oracle Applications Custom Pre-Validation Package

Pre-Validation Scripts

Pre-Validation Procedures

To Build a Custom Pre-Validation Package for a Non-Supported Open Interface

Concurrent Manager Request Function

Template DTD

Naming Conventions for the Oracle Interface

Oracle Applications Manufacturing Module

Inventory Module

Purchase Order Import Module

Order Entry Module

Oracle Applications Financial Module

Accounts Payable Module

Accounts Receivable Module

Cash Management Module

Fixed Assets Module

General Ledger Module

Oracle Applications Validation Error Codes

Manufacturing

Financial Budget-GL

Configuring the PeopleSoft Server for the PeopleSoft Adapter Projects

Overview

Configuring PeopleTools 8.42

Configuring PeopleSoft for Enterprise Service Bus Posting

Additional HTTP Configurations

Additional JMS Configurations

Verifying PeopleSoft Server Logs

Notes on PeopleSoft Server Disconnections for JMS

Configuring PeopleTools 8.13

Creating the PeopleSoft Node to Receive Enterprise Service Bus HTTP Posts

Activating the Message Definition to Receive Enterprise Service Bus Posts

Defining Message Channel Routing Rules

Adding the PeopleSoft Subscription Handler

Configuring for Subscription

Creating an HTTP Adapter Message Node

Activating the Message Definition for Subscription

Defining the Message Channel Routing Rules

Adding the HTTP Publication Handler

Accessing Non-Local Queue Managers and Non-Local Queues

To Connect to a Remote WebSphere MQ Queue.

Creating the WebSphere MQ Queue

To Create the WebSphere MQ Queue

IBM WebSphere MQ Server and Queue Manager Limits and Settings

Designing with Communication Adapters

Designing with Web Server Adapters

SWIFT Integration Projects

Java EE Based Components

Designing with Sun JCA Adapters

About the TCP/IP JCA Adapter

Defining Constants and Variables

Using Database Operations

Developing Sun Master Indexes

Using the JMS JCA Wizard

Using the JAXB Wizard and Code-Seeder Pallete

Adding the PeopleSoft Subscription Handler

The procedure describes how to add the PeopleSoft subscription handler. Before you start the procedure, make a note of the following PeopleSoft configurations:

To Add the PeopleSoft Handler Directory
  1. Navigate to the following URL in a browser to open the handler directory:

    For Apache:

    http://PSFTHOST/servlets/psft.pt8config.ConfigServlet

    For WebLogic:

    http://PSFTHOST/servlets/gateway.administration

    where PSFTHOST is the host where the PeopleSoft Application Messaging Gateway is installed.

    The Handler Directory page appears.

    Figure 14 Adding the PeopleSoft Handler Directory
    Adding Handler Directory
  2. Click Add handler. The Add Handler page appears.
  3. Enter the PeopleSoft handler class:
    psft.pt8.psfthandler.PeopleSoftHandler

    and click Save.

    Figure 15 Viewing the New Handler
    Viewing New Handler
  4. Click Load to load the PeopleSoft handler class you just added. The status changes to Loaded successfully.
  5. Click Configure to configure the handler. The Manage Lookup Table page for the PeopleSoft handler appears.
    Figure 16 Managing the Lookup Table
    Managing the Lookup Table
  6. Click Add a new node to associate the node with this subscription handler. The Add an address window appears.
    Figure 17 Adding an Address
    Adding an Address
  7. Enter the values for the new node, PSFT_EP, associated with the subscription handler. These values are mandatory.
  8. Click Save address. The Manage Lookup Table page now displays the new node.
    Figure 18 Viewing the New Node
    Viewing the New Node

    The Application Messaging Gateway is now ready to receive XML messages from the adapter and publish the XML messages to PeopleSoft.