581
Views
1
Helpful
1
Replies
How to automate an xml and create a file from it on the network?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:26 PM
I have the a SoapUI file that executes a SQL query and bring back an XML string. How do I automate that and write the string to a network location file?
Thank you,
Andrew
Labels:
- Labels:
-
Code and Deployment
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2023 08:37 AM
Are you following an example of this on https://developer.cisco.com/codeexchange/?
If you are doing this in Python, after running the test case, you can get the response as an XmlObject using getProperty("Response") and then convert the XmlObject to a String using XmlObject.toString().
Hope this helps.
Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io
Connect with me https://bigevilbeard.github.io
