robert_parks
7 years agoNew Contributor III
SOAP quesiton -- 1 entry with multiple records
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