Forum Discussion
Hflower
13 years agoOccasional Contributor
Finally found the answer!
http://www.soapui.org/forum/viewtopic.php?t=7016
I just had to ask the right question
http://www.soapui.org/forum/viewtopic.php?t=7016
I just had to ask the right question
def method = context.getProperty( "requestUri" )
// log the complete URI
log.info( "this is it " + method.URI.toString() )