Skip to Main Content

Manipulation of partner link properties

653651Sep 11 2008 — edited Sep 11 2008
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Oct 9 2008
Added on Sep 11 2008
2 comments
229 views