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