Developing OTDs for Application Adapters

OTD Methods and Business Process Operations

For Enterprise Service Bus Collaborations, the PeopleSoft Adapter provides the sendMessage() method. For eInsight Business Processes, the sendMessage and ProcessRequest operations are available. This section describes the method and operations. The PeopleSoft Adapter provides the following methods:

sendMessage() method

Syntax


sendMessage()

Description

Used in outbound Collaborations to send a message to the PeopleSoft client using HTTP.

Parameters

None.

Return Value

None.

Throws

PSoftHttpApplicationException

sendMessage Operation

Description

Used in outbound Business Processes to send a message to the PeopleSoft client using HTTP.

Input and Output

eInsight Operation 

Input 

Output 

sendMessage 

webRequest 

webResult 

processRequest Operation

Description

Used in inbound Business Processes to process a message received from the PeopleSoft server using HTTP.

Input and Output

eInsight Operation 

Input 

Output 

processRequest 

n/a 

webRequest