Forum Discussion

ankush's avatar
ankush
Occasional Contributor
8 years ago

How to Access Htttp Log from SOAP UI using the soap ui API

Hi,   I am using the following code for capturing the http log from SOAP UI : def logArea = com.eviware.soapui.SoapUI.logMonitor    def logPanel    logPanel = logArea.getLogArea("http log")   ...