0 Replies Latest reply on Dec 23, 2008 8:29 AM by lakshmiprasad

    invoke Action is not working inside forEach control

    lakshmiprasad

      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