rdebieContributor18 years agosave a soap response to a fileHello,How can i save a soap response to a file from a groovy script?greetings
omatzuraSuper Contributor18 years agoHi!try the following;def msg = context.getProperty( "request-step#Response" )new File( "testout.txt" ).write( msg )regards!/Oleeviware.comrdebieContributor18 years agoCool,Tanx that's just what iam looking for
omatzuraSuper Contributor18 years agoHi!try the following;def msg = context.getProperty( "request-step#Response" )new File( "testout.txt" ).write( msg )regards!/Oleeviware.com
Related ContentInvalid date value in SOAP ResponseReference current Response-SOAP-XML in context.expandSOAP UI doesn't show response content correctlyHow to extract a value from a SOAP responseSending JMS message as response to SOAP request
Recent DiscussionsIn ReadyAPI, can you create Custom Test Step Properties for REST Request Steps?How to Troubleshoot Slow Backup Processes with ReadyAPI Data?Troubleshooting SmartBear ReadyAPI Connectivity Issues on VMware Servers21 Selenium startup error: on alertsite with chromebrowserAre Intel Evo Laptops Suitable for Extensive API Load Testing with ReadyAPI?