Defining PeopleSoft-Enterprise-Portal-Specific Pagelet Wizard Setup Values

This chapter provides overviews of PeopleSoft-Enterprise-Portal-specific Pagelet Wizard XSL prototypes and data types and discusses how to:

Note. This documentation discusses PeopleSoft-Enterprise-Portal-specific features that are available through the basic Pagelet Wizard PeopleTools only when PeopleSoft Enterprise Portal is installed.

The basic Pagelet Wizard PeopleTool is covered in Enterprise PeopleTools 8.46 PeopleBook: Internet Technology, “Using Pagelet Wizard.” Please refer to this PeopleTools documentation for information about setting up and using the basic Pagelet Wizard PeopleTool.

Click to jump to top of pageClick to jump to parent topicDescribing PeopleSoft-Enterprise-Portal-Specific Pagelet Wizard XSL Prototypes

When you use Pagelet Wizard with the PeopleSoft Enterprise Portal installed, the following additional XSL prototypes are delivered to support their associated data sources and display formats:

Warning! Do not alter the delivered XSL for these XSL prototypes.

These XSL prototype definitions can be accessed on the Define XSL page. You can also use this page to define other XSL prototypes.

See Enterprise PeopleTools 8.46 PeopleBook: Internet Technology, “Using Pagelet Wizard,” Defining Pagelet Wizard XSL Prototypes

Click to jump to top of pageClick to jump to parent topicDescribing PeopleSoft-Enterprise-Portal-Specific Pagelet Wizard Data Types

When you use Pagelet Wizard with the PeopleSoft Enterprise Portal installed, the following additional data type definitions become available to support their associated data sources:

Warning! Do not alter delivered field values for these data types.

These data type definitions can be accessed on the Define Data Types page. You can also use this page to define other data types.

See Also

Enterprise PeopleTools 8.46 PeopleBook: Internet Technology, “Using Pagelet Wizard,” Defining Data Types

Click to jump to top of pageClick to jump to parent topicSetting Up the PeopleSoft Integration Broker Gateway for Pagelet Wizard

This section discusses setting up the PeopleSoft Integration Broker Gateway for use with Pagelet Wizard.

Click to jump to top of pageClick to jump to parent topicUnderstanding Setting Up the PeopleSoft Integration Broker Gateway for Pagelet Wizard

When you use the Pagelet Wizard PeopleTool with PeopleSoft Enterprise Portal installed, the SOAP, IB Connector, and Integration Broker data sources become available for use. These data sources rely on PeopleSoft Integration Broker for web interactivity. You must set up the default gateway before these data sources are usable with your system.

Click to jump to top of pageClick to jump to parent topicPage Used to Set Up the PeopleSoft Integration Broker Gateway for Pagelet Wizard

Page Name

Object Name

Navigation

Usage

Gateways

IB_GATEWAY

PeopleTools, Integration Broker, Configuration, Gateways

Specify the gateway’s location, update configuration settings, and register target connectors to be used with the gateway.

See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Managing Integration Gateways”

Click to jump to top of pageClick to jump to parent topicSetting Up the Default Gateway for Use with Pagelet Wizard Data Sources

To set up the default gateway:

  1. Access the Gateways page.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Managing Integration Gateways”

  2. Open the local gateway definition and enter the following in the URL field: http://localhost/PSIGW/PeopleSoftListeningConnector.

    Note. You may choose to enter the machine name of the web server instead of the localhost value. However, you must use the machine name of the web server instead of the localhost value if the application server and web server are not on the same machine.

  3. Click Save.

  4. Click Load Gateway Connectors.

  5. Click Save.

Click to jump to top of pageClick to jump to parent topicSetting Up the Pagelet Wizard SOAP Data Source

This section discusses how to:

  1. Import WSDL for use with the Pagelet Wizard SOAP data source.

  2. Define security for web service operations.

  3. Define default security settings for web service operations.

  4. Define custom security settings for web service operations.

Click to jump to top of pageClick to jump to parent topicUnderstanding Setting Up the Pagelet Wizard SOAP Data Source

When you use the Pagelet Wizard PeopleTool with PeopleSoft Enterprise Portal installed, the SOAP data source becomes available for use. You must perform the following tasks before the SOAP data source is usable with your system.

Click to jump to top of pageClick to jump to parent topicPages Used to Set Up the Pagelet Wizard SOAP Data Source

Page Name

Object Name

Navigation

Usage

Import WSDL

PSWSDL_IMPORT_DOC

PeopleTools, Integration Broker, Web Services, Import WSDL

Import WSDL from a file or URL.

See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Creating Third-Party Integrations Using WSDL,” Importing WSDL from Files and URLs

WSDL Operation Wizard

WS_WIZARD_STEP1

Click the Create link on the Import WSDL page.

Create new node definitions, message definitions, and message channel definitions for WSDL web service operations using a wizard interface.

See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Creating Third-Party Integrations Using WSDL,” Creating Service Transaction Metadata for Imported WSDL

Define SOAP Security - Operations

EPPPB_SOAP_TRANS

Portal Administration, Pagelets, Pagelet Wizard, Define SOAP Security, Operations

Apply security to a web service operation you want to use with the Pagelet Wizard SOAP data source.

Define SOAP Security - Default Security

EPPPB_SOAP_DEFSEC

Portal Administration, Pagelets, Pagelet Wizard, Define SOAP Security, Default Security

Select one or more permission lists to which you want to provide access to the selected web service operation. This security will be applied to web service operations for which the Apply Default Security option is selected on the Define SOAP Security - Operations page

Define Soap Security

EPPPB_SOAP_CUSTSEC

Click the Custom Security button on the Define SOAP Security - Operations page.

Select one or more permission lists to which you want to provide access to the selected web service operation. This security will be applied to the web service operation for which you clicked the Custom Security button on the Define SOAP Security - Operations page

Click to jump to top of pageClick to jump to parent topicImporting WSDL for Use with the Pagelet Wizard SOAP Data Source

To import WSDL for use with the SOAP data source:

  1. Access the Import WSDL page.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Creating Third-Party Integrations Using WSDL,” Importing WSDL from Files and URLs

  2. Enter an internal name for the WSDL you are importing.

  3. If you are importing WSDL from a URL, select URL, enter the URL, and click the Load from URL button.

    If you are importing WSDL from a file, select File and click Load from File to browse for the file.

  4. Click Import. PeopleSoft Integration Broker parses and saves the WSDL file and displays the Services page.

  5. Click the Service Detail link for the service to display the Service Details page.

  6. Click the Create link to access the WSDL Operation Wizard, which you can use to create web service operations.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Creating Third-Party Integrations Using WSDL,” Creating Service Transaction Metadata for Imported WSDL

  7. Once you have finished the last step of the wizard, you should receive a confirmation that the web service operation has been added to the designated node.

Click to jump to top of pageClick to jump to parent topicDefining Security for Web Service Operations

Access the Define SOAP Security - Operations page.

Active Flag

Select to activate the SOAP operation and make it available for use with the Pagelet Wizard SOAP data source.

Apply Default Security

Select to apply the default security settings defined on the Define SOAP Security - Default Security page to the web service operation.

Custom Security

Click to access the Define SOAP Security page, where you can define custom security settings for the web service operation.

Click to jump to top of pageClick to jump to parent topicSetting Up Pagelet Wizard IB Connector Data Source Security

This section discusses how to use the Define IB Connector Security component (EPPPB_IBCONN_SECUR) to define IB Connector security for Pagelet Wizard.

Click to jump to top of pageClick to jump to parent topicPages Used to Set Up IB Connector Data Source Security

Page Name

Object Name

Navigation

Usage

Define IB Connector Security - Connectors

EPPPB_IBCONN_TRANS

Portal Administration, Pagelets, Pagelet Wizard, Define IB Connector Security, Connectors

Apply security to a connector that you want to use with the Pagelet Wizard IB Connector data source.

Define IB Connector Security - Default Security

EPPPB_IBCON_DEFSEC

Portal Administration, Pagelets, Pagelet Wizard, Define IB Connector Security, Default Security

Select one or more permission lists to which you want to provide access to IB connector. This security will be applied to connectors for which the Apply Default Security option is selected on the Define IB Connector Security - Connectors page

Define IB Connector Security

EPPPB_IBCON_CUSTSC

Click the Custom Security button on the Define IB Connector Security - Connectors page.

Select one or more permission lists to which you want to provide access to IB connector. This security will be applied to connectors for which your clicked the Custom Security button on the Define IB Connector Security - Connectors page

Click to jump to top of pageClick to jump to parent topicDefining IB Connector Security

Access the Define IB Connector Security - Connectors page.

See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Using the Delivered Listening Connectors and Target Connectors”

Integration Gateway ID

Access the LOCAL value.

Active Flag

Select to activate the connector and make it available for use with the Pagelet Wizard IB Connector data source.

Apply Default Security

Select to apply the default security settings defined on the Define IB Connector Security - Default Security page to the connector.

Custom Security

Click to access the Define Connector Security page, where you can define custom security settings for the connector.

Click to jump to top of pageClick to jump to parent topicSetting Up the Pagelet Wizard Integration Broker Data Source

This section provides an overview of setting up the Pagelet Wizard Integration Broker data source.

Click to jump to top of pageClick to jump to parent topicUnderstanding Setting Up the Pagelet Wizard Integration Broker Data Source

When you use the Pagelet Wizard PeopleTool with PeopleSoft Enterprise Portal installed, the Integration Broker data source becomes available for use. You must perform the following tasks before the Integration Broker data source is usable with your system.

  1. Set up the Integration Broker listening connector.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Using the Integration Broker Quick Configuration Page”

  2. Create the message channel and request and response messages.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Using the Delivered Listening Connectors and Target Connectors,” Creating Message Channels, Messages, and Pages

  3. Set up the message node transactions.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Configuring Nodes”

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Configuring Transactions”

  4. Set up the message subscription PeopleCode.

    See Enterprise PeopleTools 8.46 PeopleBook: PeopleSoft Integration Broker, “Using the Integration Point Viewer,” Activating Message Subscriptions