Forum Discussion
shaqirah
4 years agoNew Contributor II
After creating the task, I able to expose the pipeline for external call.
Currently external is sending XML payload, is there any Snaps that can be use in order to receive the payload and payload can be read for further process?
Thanks in advance
- dmiller4 years agoFormer Employee
Take a look at the XML Parser Snap.
- shaqirah4 years agoNew Contributor II
Below is the XML payload from external
Is there any way to pass the value of these two element which is Filename and Status to the below response?
Not sure how take input and pass to the response payload.
Thanks in advance for your kind assistance.
- alchemiz4 years agoContributor III
Hi,
Good day, or you can uses the xml generator snap if you want some dynamic/custom xml. The XML generator supports velocity template
~EmEm