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 ContentSaving request and responseSOAP Response timeoutInvalid date value in SOAP ResponseSOAP UI doesn't show response content correctlyHow to extract a value from a SOAP response
Recent DiscussionsHehe 😋😋😋😋SolvedAssert Step Not Executing All AssertionsInclude external files (XML) for JDBC connectionAccessing database connection string from groovy test stepJDBC database connection pooling