06 August 2007 - 1.7.5 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






General Questions

General Questions
When should I use soapUI?

When you are developing/discovering Web Service clients or implementations and need a tool to test them interactively and/or create functional and load-tests that can be run in a continueous integration environment.

What can I not do with soapUI?

Some of the more obvious missing features are WSDL authoring WS-Security support. Check out the Future Plans document to see what's missing (for now).

Does soapUI work with any Web Service technology?

soapUI is platform agnostic, you can use it for Web Services created with .NET, J2EE, Perl, PHP, etc. The only requirements on your Web Service are that they have a defining WSDL, that they are bound with the SOAP/HTTP binding, and that they do not use SOAP-Encoding (if you want to do validations).

Distribution and Execution

Distribution and Execution
Why would I use the Java WebStart distribution?

Because it is easier to install and update. You won't have to download new versions and bug-fixes, the Java WebStart runtime does that for you. Also, minor updates/fixes will be added to the Webstart distribution continuously, whereas the "offline" distribution will be updated at "relevant" intervals.

Are there any differences between the Java WebStart distribution and the standalone distribution?

There are some differences:

  • The standalone distribution allows you to specify the workspace file as a command-line argument to soapUI
  • The webstart classloader handling will prevent you from performing sandboxed operations from within your groovy scripts

Does the Java WebStart distribution require me to be online when I want to use soapUI?

No, soapUI can run in offline mode. You may need to setup a start-icon for soapUI though (using the java control panel).

Usage

Usage
How do I save the changes I make to my projects, requests, testcases, etc?

soapUI automatically saves everything upon exit. If you want to save your projects without exiting (for example if you want to commit your project file to cvs) use the "Save All" option in the main File menu

I have updated my XML Schema for my service but soapUI still generates/validates according to the old schema

soapUI caches XML schemas when they are first loaded. If you need to force a reload of an interfaces schema either restart soapUI or use the "Update Definition" action for an interface and just specify the same URL as the current one.