XML Saver
This action is used to save XML content. If the action is successful, the content is saved to a file.
The properties for this action are listed in the following table:
Property | Data Type | Access | Use |
| String | In and out | Specifies the XML content to be written to a file. The XML content must be well-formed. |
| String | In and out | Specifies the file name and path for receiving the XML content. You can use a URL or full directory file name path, for example, |
| Boolean | Out | Indicates whether the action succeeded or failed. If it failed, errors are displayed in the server trace log. |