Skip to main content

Posts

Showing posts from February, 2014

SoapUI - Part 2: Testing SOAP Web Services

In this second part you will discover how to prepare tests for SOAP Web Services using SoapUI. For a better understanding of this post you have to know the basics of SOAP WS. As stated in part 1 ( http://googlielmo.blogspot.com/2013/12/soapui-part-1.html ), I am always referring to the Open Source edition of SoapUI. First of all let's have a quick look at the User Interface. On the upper left part of the UI you can find the project navigator (1). It contains a tree structure of the projects in the workspace. Selecting an item in the navigator you can see its general properties on the bottom left part (2). The central area (3) is the main working area. At the bottom of it there's the logging area (4) containing different tabs, one for each log scope (general SoapUI, Jetty, http requests and responses, errors, memory consumption, etc.). SoapUi uses log4j (http://logging.apache.org/log4j/1.2/ ) for logging, so if you need to customize the log settings you can edit the $SOAP