IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > PeopleSoft Enterprise > Reference > Outbound configuration properties

Interaction specification properties

Interaction specification properties control the interaction for an operation. The external service wizard sets the interaction specification properties when you configure the adapter. Typically, you do not need to change these properties. However, some properties for outbound operations can be changed by the user.

For example, you might increase the value of the interaction specification property that specifies the maximum number of records to be returned by a RetrieveAll operation, if your RetrieveAll operations do not return complete information. To change these properties after the application is deployed, use the editor in IBM Integration Designer. The properties reside in the method binding of the import.

Table 1 lists and describes the interaction specification property that you set. For information about how to read the property detail tables in the sections that follow, see Guide to information about properties.

Interaction specification property for the Adapter for PeopleSoft Enterprise
Property name Description
Maximum number of records for RetrieveAll operation Maximum number of records to return during a RetrieveAll operation.


Maximum number of records for RetrieveAll operation (MaxRecords)

This property specifies the maximum number of records to return during a RetrieveAll operation.

Maximum number of records for RetrieveAll operation details
Required Yes
Default 100
Usage If the number of hits in PeopleSoft Enterprise exceeds the value of the Maximum number of records for RetrieveAll operation property, the adapter returns an error. The adapter uses this property to help avoid out-of-memory issues.
Property type Integer
Globalized No
Bidi supported No

Outbound configuration properties


Related tasks:

Changing interaction specification properties