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 LikedSort ByMost LikedOldestNewestomatzuraSuper 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 DiscussionsRun ReadyAPI Projects in TestEngineReadyAPI crash sometimes after upgrade to 3.60.0ReadyApi error running in Azure Devops
Related ContentGet soap response contentInvalid date value in SOAP ResponseUnable to get the Response in SOAP UI..