Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • SoapUI Cookbook
  • Toc
  • feedback
SoapUI Cookbook

SoapUI Cookbook

By : Rupert Anderson
4 (5)
close
SoapUI Cookbook

SoapUI Cookbook

4 (5)
By: Rupert Anderson

Overview of this book

This book is aimed at developers and technical testers who are looking for a quick way to take their SoapUI skills and understanding to the next level. Even if you are new to SoapUI but have basic Java skills and a reasonable grasp of RESTFul and Soap web services, then you should have no problem making use of this book.
Table of Contents (13 chapters)
close
12
Index

Logging from extensions and scripts


In your extensions you will often need to log messages for info, debug and errors. This recipe provides a brief overview on how log messages to the soapui.log file, soapui log tab and groovy log tab.

Getting ready

To illustrate the logging approaches we'll add examples to a custom Action plugin based on the soapui-sample-plugin Gradle project from the previous recipe. You can find this in the plugins/soapui-logging-plugin folder of the chapter 11 samples.

How to do it...

Let's take a look at an example of each of the logging types. Here is the custom Action that will do the logging for us:

import org.apache.log4j.Logger
import com.eviware.soapui.SoapUI
import com.eviware.soapui.impl.wsdl.WsdlProject
import com.eviware.soapui.support.action.support.AbstractSoapUIAction

public class LoggingProjectAction extends AbstractSoapUIAction<WsdlProject>{

  protected final Logger soapuiLogFileLogger = Logger.getLogger(getClass())
  protected final Logger scriptLogger...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete