Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi Sheena,
use the following instead to get the actual request that was sent:
def req_str = context.getProperty( "requestContent" )
...
Does that work better?
regards!
/Ole
eviware.com
use the following instead to get the actual request that was sent:
def req_str = context.getProperty( "requestContent" )
...
Does that work better?
regards!
/Ole
eviware.com