Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

difference between idempotent at bpel level and partnerlink level

923678May 3 2017 — edited Jun 22 2017

Hi Team,

Could you please let me know the difference between the below two properties

this property is configured using the below path

click on the target partner link go to the properties tab and select idempotent property and give value. which will create property in the composite as below

<property name="partnerLink.testingService.idempotent" type="xs:string"

              many="false">False</property>

this property configured using the below path

click on the target partnerlink  and select the idempotence tab and uncheck the check box for property. which will create the below property in the composite as below

<property name="bpel.partnerLink.testingService.process.idempotent"

              type="xs:string" many="false">false</property>

could you let me know will be there be any difference while executing this property or will both do the same.

Thanks

Venkat

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2017
Added on May 3 2017
1 comment
1,449 views