03-10-2020 05:04 AM
Hi All,
When creating a pipeline with a soap execute, i’m getting the error “Failure: An error occurred while parsing the request document, Reason: Reference is not allowed in prolog., Resolution: Please verify the validity of the XML document”
I’m using a adding a list of ids to an array $users . Then i use the xml generator to pass through the working xml (as per soapui) which references that $users array into the soap execute. Soap execute custom envelope only contains ‘$xml’.
The resulting error is “Failure: An error occurred while parsing the request document, Reason: Content is not allowed in prolog., Resolution: Please verify the validity of the XML document”.
I guess the question is, how do i reference an array or field within the customised envelope of the soap execute snap?
Solved! Go to Solution.
03-10-2020 06:49 AM
Found the resolution in Passing XML to SOAP Execute Snap.
#evaluate($xml) is what goes into the customised envelope
03-10-2020 06:49 AM
Found the resolution in Passing XML to SOAP Execute Snap.
#evaluate($xml) is what goes into the customised envelope