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 DiscussionsUnable to authenticate license in Ready API Login button unresponsiveReadyApi 3.64.0 parallel executionUnable to authenticate license in Ready API Login button unresponsiveSolved