« Return to Thread: Initialize bpel variable

Re: Initialize bpel variable

by Wouter van Reeven :: Rate this Message:

Reply to Author | View in Thread

On Thu, Feb 28, 2008 at 04:56:50AM -0800, Niggy wrote:
> I want to iterate through an invoked and received complex type using a
> counter in order to copy all the element values to my wsdl's complex type.
> I guess I need to initialize a counter which should always be less than the
> count of my complex types and then create an assign to map all the elements
> if all that makes sense?

You can use the ForEach activity for that. You can find that in the Structured
Activities palette. If you'd like to keep track of a counter you might initiate
it to 0 before the ForEach activity and then increase the value inside the
ForEach activity with another Assign activity.


HTH, Wouter

--

People: "If she weighs the same as a Duck, she's made of wood!"
Sir Bedevere: "And therefore...?"

 « Return to Thread: Initialize bpel variable