Forum Discussion
- Alex99Contributor
In your mock request definition lookup the Script tab, see also here.
THen adjust to your needs, here I used a XML request to check if it is working.
def holder = new com.eviware.soapui.support.XmlHolder( mockRequest.requestContent ) new File('c:/foo.txt').withOutputStream { it.write holder.getNodeValue("//<xpath>").getBytes() }
Related Content
- 11 years ago
- 8 years ago
Recent Discussions
- 15 years ago