cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SOAP quesiton -- 1 entry with multiple records

robert_parks
New Contributor III

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

2 REPLIES 2

umashankar316
New Contributor II

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

We used the evaluate XML option and created the XML with the multiple entries. Works great! Used the Agg Snap to concatenate.