Forum Discussion
Hi Sandeep where did you configured #evaluate($xml) in XML ?? Could you tell me ?
I am receiving unexpected character ‘d’ as well
Hi @deepanshu.1
Our SOAP Customize Envelope editor accepts Velocity template commands. #evaluate
is a directive. You can use variables too. The snap bundles with Apache Velocity v1.7. Here’s a link to their user guide plus another link to some SnapLogic documentation about it.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438085/Apache+Templates+in+Snaps
There are other community posts about velocity which you can search. If you
give some more specifics about your error, we may be able to help here too. 🙂
- deepanshu_14 years agoNew Contributor III
Hi @mbowen below is the error i am getting but when i configured the xml in xml generator and validator its not giving me any error:
- mbowen4 years agoEmployee
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).