Try with number($sukoIterator):
| <bpws:copy>
|
<bpws:from><![CDATA[$sukoResponse.getAllUnitsResponse/return[number($sukoIterator)]/id]]></bpws:from>
|
<bpws:to><![CDATA[$output.bpelResponse/bpelReturnSuko[number($sukoIterator)]/bpelResponseSukoUnitID]]></bpws:to>
| </bpws:copy>
| <bpws:copy>
|
<bpws:from><![CDATA[$sukoResponse.getAllUnitsResponse/return[number($sukoIterator)]/name]]></bpws:from>
|
<bpws:to><![CDATA[$output.bpelResponse/bpelReturnSuko[number($sukoIterator)]/bpelResponseSukoUnitName]]></bpws:to>
| </bpws:copy>
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186420#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...