Try the method described here[1]. If this method doesn't work for you, please let us know.
Thanks Milinda On Tue, Dec 14, 2010 at 1:45 AM, izgur <[email protected]> wrote: > > I read some posts and there was said that the only way to copy items from > array is with doXslTransormation. No matter which way I go a can't get it > run ... > Could somebody please post how it's done... > > If I had for example: > <schema xmlns="http://www.w3.org/2001/XMLSchema" > attributeFormDefault="unqualified" elementFormDefault="qualified" > targetNamespace="http://samples/alertSomeUsers"> > <element name="alertSomeUsersRequest"> > <complexType> > <sequence> > <element name="inputArray" type="tns2:arrStrings"/> > </sequence> > </complexType> > </element> > <element name="alertSomeUsersResponse"> > <complexType> > <sequence> > <element name="outputArray" type="tns2:arrStrings"/> > </sequence> > </complexType> > </element> > </schema> > > How to access and copy for example the inputArray[2] to outputArray[5] ? > > BR! > > And I happy the year .) > -- > View this message in context: > http://old.nabble.com/Array-copy-in-BPEL-tp30449064p30449064.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > > -- Milinda Pathirage Technical Lead & Product Manager WSO2 BPS; http://wso2.org/bps WSO2 Inc.; http://wso2.com E-mail: [email protected], [email protected] Web: http://mpathirage.com Blog: http://blog.mpathirage.com
