Document to String conversion

I have an integration where I need to send a predefined document structure in the payload part of the SOAP request.

if i convert document to xml string, I get with the xml tag as below -

<?xml version="1.0"?>

is there a way to convert the document to a string without the xml tag.?

Set the addHeader input field to false (it’s set to true by default) and that should solve it.

KM

thank you, Kasi.

You’re welcome, mate.
Built-in services are documented well, so going through the guide will save you a lot of time.

KM

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.