Kimdoengart
2 years agoNew Contributor
Get 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