03 December 2007 - 2.0-beta2 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






News

Get the RSS feed for the latest news:rss.png

2007-05-07 : 1.7.1

A Bug-Fix release including a much-improved NetBeans plugin and some goodies for soapUI Pro users, Read More

2007-04-10 : 1.7 final

We are extremely happy to finally release soapUI 1.7, which you can read everything about here, download as usual from sourceforge.net.

As always huge thanks to all those that patiently have provided feedback and encouragement during the last months!

2006-11-12 : 1.6 final

We are extremely happy to finally release soapUI 1.6, which you can read everything about here, download as usual from sourceforge.net.

Another huge thanks to all those that patiently have provided feedback and encouragement during the last months!

2006-09-12 : 1.6 beta2

We are extremely happy to finally release the second beta of soapUI 1.6, which you can read everything about here, download as usual from sourceforge.net.

Another huge thanks to all those that patiently have provided feedback and encouragement during the last months! Keep it coming!

2006-07-14 : 1.6 beta1

We are extremely happy to announce the first beta of soapUI 1.6, which you can read everything about here, download as usual from sourceforge.net.

A huge thanks to all those that have provided feedback and encouragement during the last months!

2006-05-11 : SNAPSHOT release and eclipse-plugin

After a month of refactorings and testing we are finally releasing a new snapshot and a sneak-peak of the upcoming eclipse-plugin. The SNAPSHOT includes a fair number of bug-fixes, initial support for SOAP 1.2 and WS-Security and includes integrations with 9 web-service toolkits for generating artifacts from WSDLs and generating WSDLs themselves.

The eclipse-plugin sneak-peak currently has limited functionality but shows our committment to complement the already excellent eclipse platform with extensive SOAP testing functionality as available in soapUI.

2006-04-06 : 1.5 final release

We are happy to announce the final release of soapUI 1.5, Read a summary of the new features here. Compared to the last beta, the final release includes

  • a small number of bug fixes
  • improvements to the website (see site udaptes)
  • a windows installer including the required JRE for those that dont have java installed and/or want start-menu icons and an uninstaller.

The release is as always available from sourceforge.net.

Again a huge thanks to all those that have provided feedback and encouragement!

2006-03-13 : 1.5 beta2 release

This is the second beta for soapUI 1.5, it introduces no new major functionality but:

  • fixes a large number of internal issues and adds some improvements in the area of LoadTest timings, etc.
  • includes most of the updated documentation both on the site and in the distributions
  • includes the first 1.5 beta of the maven-plugin

As always huge thanks for all feedback and encouragement! Keep it coming :-)

2006-02-27 : 1.5 beta1 release

This is the first beta for soapUI 1.5, read all about it here!.

2005-11-24 : 1.0.3 maintenance release

This release fixes the following issues:

  • Fixed inclusion of relative xsds in sub wsdls, see bug 1362652
  • Fixed lockup on failed authentication, see bug 1362888
  • Fixed handling of overloaded operations, see bug 1362929
  • Fixed handling of wsdls containing multiple inline schemas in the types element

And adds a small number of improvements:

  • Added "Show Editor" menu options to relevant popup menus in navigator
  • Added possibility to move test-steps in the testcase editor with Ctrl-Up/Down
  • Added possibility to open test-step editors by selecting their step in the TestCase editor and pressing Enter
  • Added a "Clone TestCase" option to the TestCase popup menu allowing cloning of an entire testCase including all its test steps.
  • Related site/doc updates

Thanks to all that have helped in reporting/suggesting/confirming the above issues!

2005-11-20 : 1.0.2 maintenance release

This release fixes the following issues:

  • Fixed inclusion of schemas when adding WSDL from the file system; see bug 1350372
  • Fixed scrollbar-behaviour in xml-editors for long-lines; see discussion in forum.
  • Fixed pick-up of proxy-settings from standard system properties; see feature request 1346544
  • Fixed source-distribution so that it compiles... (duh!), see Compiling soapUI in the technical overview
  • And adds a number of improvements:

  • Two new test-step types:
    • a Conditional Goto Step step allowing XPath-based conditions to trigger jumping to any other test step opening for conditional test steps, monitoring, restarts, etc.
    • a Delay Step allowing a pause of xx milliseconds
  • Improvements to ValueTransfers; see request on the mail list and the updated user guide.
    • Possibility to select values from the previous steps request message (instead of response) or one of its endpoint, domain, username or password properties.
    • Possibility to assign the source value to one of the following steps endpoint, domain, username or password properties.
  • Improved logging in TestCase desktop panel to show info on performed value transfers and goto conditions
  • Improved WSDL importing to handle WSDLs with invalid XSDs. A warning will be shown and request-generation/ schema-validation will not work.
  • Upgraded to xmlbeans 2.1.0
  • Improved keyboard navigation in navigator so selected items can be opened by pressing enter
  • Improved endpoint combobox in request editors to include an option for adding a new endpoint
  • Added a number of unit tests for wsdl importing and valuetransfer test steps
  • Numerous minor adjustments/improvements (icons, messages, etc.)
  • Added documentation on how to integrate soapUI in other projects
  • Related site/doc updates

Thanks to all that have helped in reporting/suggesting/confirming the above issues!

2005-10-30 : 1.0.1 maintenance release

This release fixes a small number of issues:

  • Fixed naming of value transfers; see bug 1342557
  • Fixed capitalization of Content-type; see bug 1328568
  • Fixed closing of dependant panels when removing model objects; see bug 1342555
  • Minor improvements to documentation (added PDF)

Thanks to all reports / comments! Focus is now on the first 1.1 beta containing load-test functionality, scheduled for mid-november.

2005-10-17 : 1.0 final release

After 4 weeks of testing and >2000 downloads, the final release is ready. The following bugs have been fixed;

  • Fixed setting of empty SOAP Action header; see bug 1314885
  • Fixed schema validation of SOAP Faults
  • Fixed ValueTransfer editor related exception; see bug 1312942
  • Updated to commons-httpclient-3.0rc4
  • Minor refactorings and updates to the documentation

Thanks to all reports / comments so far! Focus is now on fixing any new bugs and on the next version [read more...].

2005-10-02 : 1.0 beta2 release

This is beta2, which contains the following fixes/improvements;

  • Improved "Update Definition" functionality; fixed bug 1296190 and added the possibility to choose a new binding if the old one has been renamed
  • Added the possibility to set username/password/domain for all requests in a testcase via a "Set Credentials" button in the TestCase Panel
  • Added username/password/domain properties to the maven plugin to allow overriding of these during CI test runs
  • Improved and added documentation for the CommandLine TestRunner
  • Added a SimpleNotContainsAssertions checking that a specified token is missing from the response
  • Fixed bug 1305583 which reused authentication credentials
  • Fixed bug 1304913 which did not terminate soapUI correctly under webstart runtime
  • Modified splitpane behaviour so that dragged splitpanes do not automatically resize themselves (see "bug" 1304920)
  • Added a sample-project to the offline distribution containing some tests, assertions, etc.
  • Improved Service Endpoints management
  • Fixed problems when importing WSDLs containing REST-style bindings
  • Added a sample project containing 2 interfaces and a small number of tests for getting started.
  • Related and additional updates to the documentation

Thanks to Jesper Brandt for suggesting/helping out with several of the above issues!

Although soapUI has been downloaded/webstarted over 1000 times since its beta release, I have heard almost nothing from its users. Please let me know how/if soapUI is working for you; if there are any problems or if you have some suggestions to make your everyday soaping easier. Thanks!

Final release is planned to be in 2 weeks.

2005-09-16 : 1.0 beta1 release

This is the first "public" version of soapUI so please have patience and understanding with any problems related to WSDL importing, XML Validation, etc. (soapUI has been tested rather extensively only with doc/literal services in a J2EE environment and running under WinXP). post bug-reports on sourceforge including wsdls, soap requests, etc anything that could be needed to recreate your problems. Thanks!