Using the Handler Tester Utility

This chapter provides an overview of the Handler Tester utility and discusses how to:

Click to jump to parent topicUnderstanding the Handler Tester Utility

The Handler Tester allows you to test handlers defined for rowset-based and nonrowset-based service operations from within the PeopleSoft Pure Internet Architecture. You can test handlers without setting up a routing, without having pub/sub booted on your application server, and without impacting other developer activity on the system.

To use the Handler Tester utility you should have a solid knowledge of Integration Broker messaging, as well as a knowledge of programming integration events and interpreting event results.

Note. Rowset-based messages are sometimes referred to as structured messages. Nonrowset-based messages are sometimes referred to as unstructured messages.

Note. The Handler Tester does not function with messages formatted with multiple level 0 records.

Warning! When you use the Handler Tester any PeopleCode associated with the handler is executed and production data is affected accordingly.

Click to jump to top of pageClick to jump to parent topicHandlers to Test Using the Handler Tester

You can test the following integration events using the Handler Tester:

Click to jump to top of pageClick to jump to parent topicProcess Overview

To test integration events using the Handler Tester:

  1. Select the service operation and version to use in the test.

  2. Select the handler type and handler name to test.

  3. Populate the message with data.

  4. Run the test.

In addition to providing procedures for each step in the process, this chapter also describes how to save message data, clone and delete record structures, override connector properties, and view test results.

Click to jump to parent topicCommon Elements Used in This Chapter

Service Operation

The service operation to use for the test.

Default Version

The Handler Tester tests the default version of a service operation. If you are testing a non default version, the transform version page will be displayed.

Handler Type

Click the dropdown list to select a handler type to test. The list displays only those handler types currently defined for the selected service operation.

The options can include:

  • OnSend.

  • OnRequest.

  • OnRouteReceive.

  • OnRouteSend.

  • OnAckReceive.

  • OnNotify.

Handler Name

Click the dropdown list to select an handler name to test. The list displays only those handler names currently defined for the selected service operation and handler type.

Use DB Operation Transaction

Use this button to populate the input message with an existing database transaction.

Provide XML

Click the button to input XML or upload XML data from a file.

New Tree Structure

Click the button to clear the record and field values in the tree structure.

Convert Tree to XML

Click the button to convert data stored in the tree structure into XML format.

IB Info Values

Click the link to override target connector properties.

Execute Event

Click the button to execute the selected event.

View Returned IB Info Values

Displays the IBInfo values that were returned from the test.

Returned Message/Result

The returned message or results from the test. Displays when you click the Execute Event button.

Click to jump to parent topicAccessing the Handler Tester

Select PeopleTools, Integration Broker, Service Utilities, Handler Tester to access the Handler tester page.

Click to jump to parent topicSelecting Service Operations and Service Operation Versions

This section discusses how to select a service operation and version to use for a handler test.

Click to jump to top of pageClick to jump to parent topicSelecting Service Operations

To select a service operation for the test:

  1. Access the Handler Tester search dialog page.

  2. In the search dialog box enter a search criteria in the Service Name field, click the Lookup button and select a service definition.

  3. Click the search button and select the service operation.

    Note. Service Operation security does not control what appears in the grid. All Service Operations are shown that match the search criteria.

    Select the service operation and version to test.

    If a non-default version is selected, the handler tester page will display a transform button.

When you select a rowset-based message, the structure of the message appears in tree-format at the bottom of the page. The records and fields contain no values until you populate the message with data.

When you select a nonrowset-based message, an Input Message text box displays. Use this box to populate the message definition with data by typing it in or by uploading from a file.

Click to jump to parent topicSelecting Handlers to Test

To select an event to test:

  1. On the Handler Tester page, from the Handler Type dropdown list box, select a handler type.

    Only handler types defined on the service operation display in the dropdown list.

    The Message and Message Version fields are populated with the message definitions on the service operation.

  2. From the Handler Name dropdown list box, select the handler to test.

    Only handler names defined on the service operation display in the dropdown list.

Click to jump to parent topicPopulating Message Data

This section discusses the four ways to populate message data and how to save it.

Note. The Handler Tester does not function with messages formatted with multiple level 0 records.

Note. If you select a multi-segmented message from the database, only the first segment is retrieved.

Click to jump to top of pageClick to jump to parent topicUnderstanding Populating Message Data

You can load message data into a message definition from the following four sources.

  1. Operation transaction data from the application database.

  2. XML that you directly input into the utility.

  3. XML that you upload from a file.

  4. Field values that you manually enter into the utility.

Click to jump to top of pageClick to jump to parent topicUsing Operation Transaction Data from the Application Database

This section discusses how to use operation transaction data from transactions stored in the application database.

You can use this method to populate rowset-based and nonrowset-based message definitions.

Note. Only those transactions for which the user has been granted security for the service operation are allowed.

To use operation transaction data from a transaction:

  1. Access the Select Database Transaction page.

  2. From the Queue Level dropdown list select where the XML to use in the test is located. The options are:

  3. From the Statusdropdown list select the status. The options are:

  4. (Optional.) In the Queue Name field, enter the name of the queue.

  5. (Optional.) In the Publishing Node field, enter the name of the publishing node.

  6. (Optional.) In the Queue Sequence ID field, enter the sequence ID.

  7. Click the Search button to view the available transactions.

  8. Click the Actionslink for the transaction to use.

    If this is a rowset-based message, the message tree will be populated from the transaction you selected. If this is a non rowset-based message, the XML will be populated.

Click to jump to top of pageClick to jump to parent topicManually Entering Field Value Data

After you specify a service operation and version for a rowset-based message, the Handler Tester displays the message definition record and field structure in a tree format.

You can populate the message definition by manually entering values for fields.

To manually enter field value data:

  1. On the Handler Tester page in the tree structure for the message definition, single-click on field name to populate.

    A dialog box for the field opens that displays field length and field type information as a guide for entering values.

  2. Enter a value for the field.

  3. Click the OK button.

Values you enter display after the field name in the tree view. The tree shows the first 30 characters of an entered value; however, the entire field value is stored.

See Also

Saving Test Data

Click to jump to top of pageClick to jump to parent topicManually Entering XML Data

This section describes how to:

Manually Entering XML Data into Rowset-Based Message Definitions

When you manually enter XML data into a rowset-based message, the tree view is not available. To work with message data in the tree view, you must populate the data using operation transaction data from the application database or manually populate field values.

To manually populate a rowset-based message definition:

  1. On the Handler Tester page, click the Provide XML button.

    The Enter XML page displays.

  2. In the XML text box enter XML to populate the message definition.

  3. Click the OK button.

    The Handler Tester page appears and the XML you entered displays in the Input Message box.

Manually Entering XML Data into Nonrowset-Based Message Definitions

To manually populate a nonrowset-based message definition, on the Handler Tester page, enter XML directly into the Input Message box.

Note that you can also click the Provided XML button and enter XML in the XML text box for a nonrowset-based message definition.

Click to jump to top of pageClick to jump to parent topicUploading XML Data from Files

This section describes how to upload XML data from files to populate rowset-based and nonrowset-based message definitions.

Prerequisites for Uploading XML Data from Files

To successfully upload files into the Handler Tester the following environment variables must be set:

Note. PS_SERVDIR is set when you run PSAdmin. Before running PSAdmin, set the PS_SERVDIR environment variable.

This section describes how to set the PS_FILEDIR variable in Windows and Unix environments.

To set the PS_FILEDIR variable in Windows:

  1. Close any open DOS windows.

  2. On your desktop, right-click the My Computer icon and click Properties.

    The System Properties dialog appears.

  3. Click the Advanced tab.

  4. In the Environment Variables section, click the Environment Variables button. The Environment Variables dialog box appears.

  5. In the User variables for <user name> section, click New.

    A New User Variable dialog box displays.

  6. In the Variable Name field enter PS_FILEDIR.

  7. In the Variable Value field, enter c:\<path>.

    The path you specify is the location from where the system will upload files.

  8. Click OK to exit the Environment Variables dialog box.

  9. Click OK again to exit the System Properties dialog box.

To set the PS_FILEDIR variable in Unix use one of the following commands as appropriate for your Unix environment:

The path you specify is the location from where the system will upload files.

Note. Use the same procedure to set PS_SERVDIR.

Uploading XML Files

To upload XML data from a file to populate message definition data:

  1. Access the Enter XML page.

  2. Click the Upload XML from File button.

  3. Click the Browse button to locate the XML file to upload.

  4. Click the Upload button.

  5. Click the OK button to return to the Handler Tester page to run the event.

Click to jump to parent topicSaving Test Data

This section discusses how to:

Click to jump to top of pageClick to jump to parent topicSaving Data Located in Tree Views

To save test data loaded or entered into a tree view:

  1. From the Handler Tester page, click the Convert Tree to XML button.

    The Handler Tester converts the data to XML format and displays it in the Input Message window.

  2. Cut and paste the XML into an editor or your choice and save the file.

You can later import the data back into the Handler Tester by uploading the XML file back into the utility.

Note. You can also use this method to create and save a test message to use with other integration testing utilities such as Send Master.

Click to jump to top of pageClick to jump to parent topicSaving Manually-Entered XML Data

To save XML test data that you have manually entered into the utility:

  1. From the Handler Tester page, cut or copy the XML data in the Input Message box and copy it into an editor or your choice.

  2. Save the file.

You can later import the data back into the Handler Tester by uploading the XML file back into the utility.

Click to jump to parent topicCloning and Deleting Record Structures

This section discusses how to:

Click to jump to top of pageClick to jump to parent topicCloning Record Structures

In some cases, you will want to add additional nodes to a record/field tree structure.

For example, if you are testing a purchase order, the records in the tree might be ORDER_HEADER and ORDER_LINE. If you want to test with two or more lines, you can click the first occurrence of the record name ORDER_LINE to duplicate that portion of the tree and all child records and nodes.

To clone a record structure:

  1. On the Handler Tester page in the tree view, single-click the record to clone.

    The Select An Action dialog box appears.

  2. Select Clone Record Structure.

  3. Click the OK button.

The original record is duplicated, along with child nodes and all entered field values. If you clone a record in error, single-click the record again and delete the record structure.

Click to jump to top of pageClick to jump to parent topicDeleting Record Structures

To delete a record structure:

  1. On the Handler Tester page in the tree view, single-click the record to delete.

  2. Select Delete Record Structure.

  3. Click the OK button.

Click to jump to parent topicSpecifying Target Connectors and Target Connector Properties

This section discusses how to:

Click to jump to top of pageClick to jump to parent topicSpecifying Target Connectors

You can specify a target connector and target connector properties you have defined at the connector, node and routing definition level when you run event tests.

For example, suppose that there are different query string arguments that would normally come into the system in the URL of an HTTP Get. The PeopleCode that handles the incoming service operation would have to obtain the query string arguments from the message's IB Info object. In the Handler Tester, the user would supply these values on this page.

To select a target connector:

  1. Click the IB Info Values link.

  2. In the Connector Property Defaults section, select the target connector. The options are:

  3. Click the Load Connector Properties button.

Properties you have defined display in the bottom portion of the page.

Click to jump to top of pageClick to jump to parent topicSpecifying Connector Properties

After you load the defined connector properties you can modify and add new values for testing purposes.

Connector properties you add or modify here do not override the properties you may have defined at the gateway, or node levels. However, when you run a handler test, the PeopleCode runs based on the values you define here and the Handler Tester writes the results to the database—and all PeopleCode database changes are permanent.

You can modify and add values for the following items:

Connector Name

Specify the proper name of the target connector to invoke to send the message.

Connector Class Name

Specify the class name of the target connector to invoke.

Remote Framework URL

Specify the URL (as a string) to which to send a message. This value overrides the server URL.

Path Info

Specific to incoming HTTP requests. This is the path information extracted from the request.

Cookies

Specific to incoming HTTP requests. This is cookie string found when the request was received by the HTTP listening connector.

App Server Domain

Enter the name of the application server domain to use.

Synch Server Timeout

Specify the timeout period (in seconds) for a transaction at runtime. The default synchronous timeout period is 300 (five minutes).

Property Name/Value/Property Type

Add or modify connector property names, values and types.

Name/Value

Add or modify parameter names and values to send to the target system in the URL, if the external system can use query string parameters as input.

Click to jump to parent topicRunning Handler Tests and Viewing Test Results

This section discusses how to:

Click to jump to top of pageClick to jump to parent topicExecuting Handler Tests

After you have set up the integration metadata and selected the handler to test, you can run the handler test.

To run a handler test, on the Handler Tester page, click the Execute Event button.

Click to jump to top of pageClick to jump to parent topicViewing Test Results

The Handler Tester returns test results on the Returned Message/Result section of the Handler Tester page and in the Returned IB Info page.

Viewing Results in the Return Message/Results Section

The following table lists the results the Handler Tester returns in the Return Message/Results section on the Handler Tester page:

Event

Returns

Return Value

OnNotify

String

The return values are:

  • Done.

  • Exit(1).

OnSend

Message Structure

Tree or XML

OnRequest

Message structure or string

If OnRequest code runs to completion, the message structure or tree is returned.

If there is a user thrown exception, an exception string is returned.

OnRouteReceive

Boolean

The return values are:

  • Inbound message is accepted.

  • Inbound message is rejected.

OnRouteSend

String

The return values are:

  • Outbound message target node list is accepted.

  • Outbound message target node list is rejected.

  • Outbound message sent to the following node(s) — <node_name>, <node_name>, <node_name>

OnAckReceive

String

The return values are:

  • Error

  • Done

  • Retry

Component Interface type on a synchronous service operation

Message Structure

Tree or XML.

Component Interfrace type on an asynchronous service operation

String

String returned by the handler.

Deprecated PeopleCode handler On Request

Message Structure

Tree or XML.

Deprecated PeopleCode handler OnNotify

String

The return values are:

  • Done.

  • Exit(1).

A reply message displays for the OnRequest and OnSend events. If the reply message is rowset-based, it displays in a tree format to the right of the Input Message section. If the returned message is nonrowset-based, a display-only edit box will display with its contents.

Viewing Results in the Returned IB Info Page

If you specified target connector properties, you can view returned IBInfo information. To do so, on the Handler Tester page, click the View Returned IB Info Values link.

Depending on the input values for an event test and the PeopleCode content, some or all of the fields contain test data.

The fields on that display on this page are described earlier in this chapter.

See Specifying Target Connectors and Target Connector Properties.

Click to jump to parent topicClearing Test Data

This section describes how to:

Click to jump to top of pageClick to jump to parent topicClearing Rowset-Based Message Data

To clear rowset-based message data:

  1. Access the Handler Tester page.

  2. Click the New Tree Structure button.

All values for the input message are cleared from the message definition, and you can repopulate it as desired.

Click to jump to top of pageClick to jump to parent topicClearing Nonrowset-Based Message Data

To clear nonrowset-based message data:

  1. Access the Handler Tester page.

  2. In the Input Message box, delete the XML.

You can repopulate the message definition as desired.