01-24-2022 11:39 PM
Hi, I have requirement to create a simple SOAP web service in snaplogic designer and expose the pipeline to external (eg:- Postman).
Which Snaps that I can use in the pipeline in order to receive the value from Postman?
Any suggestion or sample pipeline that I can use is appreciated.
Thanks in advance
01-24-2022 11:52 PM
You can expose the pipeline as a REST API by creating a triggered task. Please refer to the documentation:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/993296413/Creating+Triggered+Tasks
Simplest way, in order to receive and check what request is sent from Postman, the pipeline can only have one snap Record Replay, which will store the request into the SLDB in the same place/project where pipeline is created.
See the attached sample pipeline:
SP_2022_01_25.slp (2.2 KB)
Regards,
Spiro Taleski
01-25-2022 06:43 PM
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
01-25-2022 07:10 PM
Take a look at the XML Parser Snap.
01-26-2022 10:56 PM
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.