cancel
Showing results for 
Search instead for 
Did you mean: 

Passing XML to SOAP Execute Snap

SandeepVemula
Contributor

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…!!

5 REPLIES 5

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).