Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi!
The soapUI plugins for the IDEs currently use the same groovy editor as the standalone version, but if you put your scripts in the soapUI Pro script library you can edit them in eclipse/netbeans groovy editors.
Regarding access to log, context, etc.. you will have to pass these as arguments to the classes/methods you are calling. Also, you can access the global soapUI logs through com.eviware.soapui.SoapUI.getLogMonitor() and associated methods on the returned object.
Hope this helps!
regards,
/Ole
eviware.com
The soapUI plugins for the IDEs currently use the same groovy editor as the standalone version, but if you put your scripts in the soapUI Pro script library you can edit them in eclipse/netbeans groovy editors.
Regarding access to log, context, etc.. you will have to pass these as arguments to the classes/methods you are calling. Also, you can access the global soapUI logs through com.eviware.soapui.SoapUI.getLogMonitor() and associated methods on the returned object.
Hope this helps!
regards,
/Ole
eviware.com