Book Image

SoapUI Cookbook

By : Rupert Anderson
Book Image

SoapUI Cookbook

By: Rupert Anderson

Overview of this book

Table of Contents (19 chapters)
SoapUI Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Scanning web service security vulnerabilities


Both the open source and pro versions of SoapUI have the security scanning functionality to analyze and report on potential security flaws. The functionality is more developed and easier to use, and has reporting options in pro, but basic scanning is still possible in the open source version. The pro version will be used in this recipe, but open source users should still be able to follow most steps.

In terms of recipe topics, this is one where we'll only really see a tour of the tools, as you can easily devote a chapter or even a book to the specifics of every particular security risk, how to detect it, and how to protect against it. Out-of-the-box SoapUI is really only providing a nice customizable framework with some common security tests already configured. It is not a case of "The scan's green. All good!, well, not unless you're confident that your services are invulnerable.

So what are we going to actual do? In this recipe, we see how to...