Can we get the whole JSON data in transform map using source object like request.body.data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2022 10:34 AM
We have a transform map being invoked by WSDL. We need to check what payload we are receiving from third party. Is there any way we can get whole body and store in import set field.
Thanks
Pankaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 01:32 PM
Hi, I am not sure if I have understood your question correctly, but if you do not want to use OOB SOAP transform\import process
Web service import sets (servicenow.com)
Then perhaps you could use scripted soap web service
Scripted SOAP web services (servicenow.com)
Or create an import table with a 'payload' field and use this as your end point\push the soap payload into this field, then use a beforeTransform script to process the payload.