2.104 Create or Edit Partner Link Dialog - Idempotence Tab
Use to define idempotent settings for a specific operation in a partner link.
Some partner links can expose multiple operations (for example, getEmployee, depositPayCheck, and so on). You can define some operations as idempotent (for example, getEmployee). This enables these operations to be called multiple times. Other operations may not be idempotent (for example, depositPayCheck), and do not require this setting. This setting provides the same functionality as the idempotent
deployment descriptor property, but at the more granular, partner link level.
Element | Description |
---|---|
Add icon |
Click to specify an operation as idempotent. Double-click in the Operation column to display the Operation list from which to select an operation, then select the Idempotent checkbox. |
Delete icon |
Click to delete the selected idempotent setting from an operation. |
Operation |
Displays the operation. |
Idempotent |
If the checkbox is selected, this indicates that the operation is defined as idempotent. |
Related Topics
"Introduction to Deployment Descriptor Properties" in Developing SOA Applications with Oracle SOA Suite
"Introduction to Partner Links" in Developing SOA Applications with Oracle SOA Suite
"Invoking a Synchronous Web Service" in Developing SOA Applications with Oracle SOA Suite
"Invoking an Asynchronous Web Service from a BPEL Process" in Developing SOA Applications with Oracle SOA Suite
"BPEL Process Activities and Services" in Developing SOA Applications with Oracle SOA Suite
Managing Idempotence at the Partner Link Operation Level in Developing SOA Applications with Oracle SOA Suite