Forum Discussion
nmrao
13 years agoCommunity Hero
Do not have idea about Datasink. Have you checked if there is a known bug in the version you are using? Also interested to know how these files are saved. And it is mentioned that request and responses are saved in plain text files, any specific reason for this instead of saving them as xml files? Is there is specific way you want to fix the multiple double quotes into one? Are you using these files further for doing any kind of processing?
In soapui:
To get rid of the problem you mentioned, you may write a groovy script to read the file into a string (assuming the size of the file is ok store in string type). Find the pattern / occurance of two double quotes and replace with single double quote and write the string back to file.
Or you may use any text editor, simply use find and replace.
In soapui:
To get rid of the problem you mentioned, you may write a groovy script to read the file into a string (assuming the size of the file is ok store in string type). Find the pattern / occurance of two double quotes and replace with single double quote and write the string back to file.
Or you may use any text editor, simply use find and replace.