ContributionsMost RecentMost LikesSolutionsRe: JOIN XML and another input Thank you! This solved the problem. JOIN XML and another input Hi, I’m trying to combine 2 streams 1 coming from XML parser (or mapper) and another a session Id returned by another pipeline. There’s only 1 session Id and a lot of records from the XML and I need to map this 1 session Id to all of the records. When I used Union, it created another record for the session Id so I tried Join. Merge assigned the session Id to the first record only. Appreciate your inputs. Best regards, Dorothy SolvedRe: Multiple XML records to individual web service calls Thanks for the reply. Yes I was able to confirm that each document was sent as an individual request. Multiple XML records to individual web service calls Hi All, I’m currently building a pipeline that will receive a timesheet data (XML) and then transform each record to an individual xml that will then be used for create timesheet web service calls. I am able to process until the XML generator but stuck after that part. This is currently how the pipeline looks and transformed up until the web service call. Unfortunately the web service credentials are not yet available so I can’t test it yet. My question is, is the SOAP Execute configurable to be called as many times as the records from the input/snap before it? Or do I need to split the records to become individual documents and then pass it on to the SOAP snap? Appreciate your insights on how to go about this. Thanks, Dorothy