Can we get the whole JSON data in transform map using source object like request.body.data

Pankaj Kumar9
Tera Contributor

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 

 
1 REPLY 1

Tony Chatfield1
Kilo Patron

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.