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 ContentReference 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 requestSaving a element from JDBC response as a property
Recent DiscussionsNot able to Load data from Excel java.lang.NoClassDefFoundErrorReadyAPI Installation Keeps Failing on Intel Evo i7 – Need Advice!ReadyAPI Error: Could not import a definition from the specified file.SolvedUnable to open an Excel Data Source since file is Protected from Editing (Protected View)In ReadyAPI, can you create Custom Test Step Properties for REST Request Steps?Solved