Manipulation of partner link properties
653651Sep 11 2008 — edited Sep 11 2008Hello,
I want to assign a variable to a property of a partner link in JDev.
Here my source code of the assign activity:
<assign name="Assign_1">
<copy>
<from variable="inputVariable"/>
<to partnerLink="PartnerLink_1"
bpelx:property="retryMaxCount"/>
</copy>
</assign>
So I did what was written in the documentation of oracle BPEL manipulation of partner link properties, but it dosent work
Someone can Help
thanks