cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
316
Views
1
Helpful
1
Replies

How to automate an xml and create a file from it on the network?

AndrewGeorgiou
Level 1
Level 1

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

1 Reply 1

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