Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Flow Designer - How can I access Soap request body using script from a SOAP step?

amala2
Mega Guru

I have a soap step configured in the Flow designer. How can I access the request body once the flow is executed?

3 REPLIES 3

Hitoshi Ozawa
Giga Sage

Hi Amala,

Not sure about the question.

Following Now Support has information on using SOAP step. Response Body should be available in the Data pill of the SOAP step. If request body is necessary, should define and set it to the Output variable.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0852539

Sonali Lalit
Tera Contributor

Were you able to find the solution to this?

I passed the request body using an input variable and then accessed it after flow execution.