Hi,
i am using bpel for my application. when i tried to add the invoke component inside the
forEach component. it is not working. when please help me regarding this. how to use
invoke component in forEach component my code is below
<bpws:forEach counterName="Counter" name="ForEach"
parallel="no">
|
<bpws:startCounterValue><![CDATA[1]]></bpws:startCounterValue>
|
<bpws:finalCounterValue><![CDATA[1]]></bpws:finalCounterValue>
| <bpws:invoke inputVariable="ConverterPLink2MsgRequest"
| name="Invoke11" operation="printMsg"
| outputVariable="ConverterPLink2MsgResponse"
| partnerLink="ConverterPLink2"
portType="ns0:convertPortType"/>
| </bpws:forEach>
|
It is neither giving error nor executing. thanx in advace for u r help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198282#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...