- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2022 11:10 PM
Hi ALL,
There’s a requirement where need to post a xml to a webservice using REST POST snap but its not working instead giving error (cannot use SOAP execute snap).
But when trying to post the same xml using postman its working.
It would be great if someone can help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 02:33 AM
No, my proposal is to:
- After File Reader Snap(if file that you are reading is xml) to add Document to Binary and then pass the content to REST Post Snap.
BR,
Spiro Taleski
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 01:22 AM
On doing this I am getting error in Rest post snap. PFB the snapshot.
Regards,
Yashasvi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 02:33 AM
No, my proposal is to:
- After File Reader Snap(if file that you are reading is xml) to add Document to Binary and then pass the content to REST Post Snap.
BR,
Spiro Taleski

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2022 01:53 AM
The REST Post snap is offering you a single file upload, so there’s no need to parse the file.
Try upload the file directly into the snap.
