sent from my mobile. On Jul 6, 2012 9:09 PM, "Leslier López Nicot" <[email protected]> wrote: > > Hi all > > I have a bpel process that invokes a web service. This service return and array and I want that the process return this array. How can I do this? Do I need a foreach to access each element of the array and assign to the output to do that? This depends on how you have defined the output message of the wsdl operation for the process. If you have define the output message of the wsdl operation with the same message as the output message of the webservice that you invoke, then you can simply copy the output of webservice directly and no need for a foreach activity.
HTH Thanks, Waruna > > > > > > > _______________________________________________ > User mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/user >
_______________________________________________ User mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/user
