Forum Discussion
SmartBear_Suppo
16 years agoSmartBear Alumni (Retired)
Hi!
ah.. ok.. so try modifying the script to be:
Now what happens?
Thanks for bearing with me..
/Ole
eviware.com
ah.. ok.. so try modifying the script to be:
if( submit.response == null )
return
def content = submit.response.responseContent
content = content.replaceAll( "<", "<" )
content = content.replaceAll( ">", ">" )
content = content.replaceAll("<![CDATA[<\\?xml version=\"1\\.0\" encoding=\"UTF-8\"\\?>", "" )
content = content.replaceAll( "]]>", "" )
log.info content
submit.response.responseContent = content
Now what happens?
Thanks for bearing with me..
/Ole
eviware.com
Related Content
- 11 years ago
Recent Discussions
- 10 days ago