ContributionsMost RecentMost LikesSolutionsRe: Consume async callbackservice Thanks a lot 🙂 Im new to all this, so i really dont know what headline i should write 🙂 Consume async callbackserviceHi. I have a asynchronous service, i can send the request, and it return an acknowledgement. But how do i receive the response on the callback urlSolvedGet soap response content Hi. Is there any way to make this code snippet applie to soap and not rest. def content = context.httpResponse.responseContent content = content.replaceAll( "<!\\[CDATA\\[", "" ) content = content.replaceAll( "]]>", "" ) log.info( content ) context.httpResponse.responseContent = content SolvedGet content from file .txt in folder Hi. I have an external folder with text files, with name format as [somedate]_[Service]_[Transactionid].txt. What i would like to do with that is either, make a mockservice that fetch the content of a txt file based on the 'Transactionid' with a script, or somehow else fetch the content from the txt file into my project. The request has the transactionid, and can be stores as a property. Makes sense? I do not have PRO license, and not that good with Groovy