09-26-2018 08:31 AM
Hi community,
We have a SOAP process we are trying to fill out.
Basically there header info then it allows for multiple sub records – as if it were a group by:
Person: John Smith
Job:
Job:12345
Job:23456
Job:34567
Person: Jane Doe
Job:
Job:45678
Job:56789
So for each person, we will send one soap call. And in the call, we want to pass the information for each job.
Can this be done? Let me know if you need more detail.
Thanks in advance.
Bob
09-27-2018 01:00 PM
Hi Robert,
I think you are looking for parallel processing, Please create child pipeline to have SOAP mechanism to call multiple times invoking webservice.
Thanks,
Umashankar
10-04-2018 09:03 AM
We used the evaluate XML option and created the XML with the multiple entries. Works great! Used the Agg Snap to concatenate.