rdebieContributor18 years agosave a soap response to a fileHello,How can i save a soap response to a file from a groovy script?greetings
2 RepliesReplies sorted by Most LikedomatzuraSuper 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
Recent DiscussionsDate as a Global propertyTestcase Report in teardown scriptReadyAPI 3.65 – Confirmation of bundled Log4j version and remediation guidance