Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Assign activity - creating multiple elements

kiransaraviApr 1 2013 — edited Feb 26 2020
Hi
I have a case where my request is something like this

Schema:
<ParentEle>
Element1(String)
Element2(Arraylist of String)
</ParentEle>

My request contains 3 instances of Element2, something like this
<ParentEle>
<Element1>abc</Element1>
<Element2>def</Element2>
<Element2>ghi</Element2>
<Element2>klm</Element2>
</ParentEle>

How do I generate this request?
If I use the assign activity and assign values to Element2 three times, they are getting overridden.
Also, When I use Append, they are appending as a single element, like <Element2>defghiklm</Element2>

How do I generate this type of request?

Regards
RaviKiran
This post has been answered by Muruga Chinnananchi-Oracle on Apr 1 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2013
Added on Apr 1 2013
4 comments
333 views