[jboss-user] [JBoss jBPM] - Re: handle arrays in bpel

Fabiana do-not-reply at jboss.com
Mon Nov 3 10:32:30 EST 2008


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#4186420

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186420



More information about the jboss-user mailing list