06-18-2018 11:12 PM
I have XML generated in Previous snaps with all required SOAP headers and stored as a string(let say $xml). I am passing this to SOAP execute in Customize Envelope as $xml. I am getting error as below
Failure: Unexpected character ‘&’ (code 38) in prolog; expected ‘<’ at [row,col {unknown-source}]: [1,1], Reason: Snap failed unexpectedly and did not provide any reason
Please check and let me know if I am doing something wrong.
Thanks in Advance…!!
10-06-2021 01:38 PM
Hi @deepanshu.1
This suggests a <!d
exists in the XML payload. It may be added SnapLogic if it doesn’t appear in your payload.
Could you share the source xml (please scrub any sensitive information).