TL;DR
SoapUI open source is free and fully functional for basic SOAP and REST testing. SoapUI Pro no longer exists as a standalone product; SmartBear replaced it with ReadyAPI, which starts at $749 per user per year. For many teams, the feature gap does not justify that price, and a modern alternative like Apidog covers the critical gaps at a fraction of the cost.
Introduction
If you have been using SoapUI for a while, you have probably heard references to “SoapUI Pro” and wondered whether it is worth upgrading. The short answer: SoapUI Pro does not exist anymore as a separate product. SmartBear merged SoapUI Pro into a larger platform called ReadyAPI.
Understanding the difference between SoapUI open source, the old SoapUI Pro, and the current ReadyAPI matters because the cost jump is significant and the decision affects your whole testing budget. This guide explains what you get in each tier, what ReadyAPI actually costs, and when it makes sense to stay on open source, upgrade, or switch to a different tool entirely.
SoapUI open source: what you get
SoapUI open source is the community version, available free on GitHub and soapui.org. SmartBear still maintains it, though updates are less frequent than ReadyAPI.
Core features in open source:
- WSDL/SOAP service testing with auto-generated request stubs
- REST endpoint testing
- Test suites, test cases, and test steps
- Groovy scripting for test logic
- Basic assertions: Contains, Not Contains, Response SLA, XPath Match, JsonPath Match, Script
- Properties and data transfer between test steps
- CSV DataSource (via a community plugin, not built-in)
- Command-line runner (
testrunner.sh) for CI/CD - HTTPS/SSL testing
- Basic mock services
For a solo developer or a small team testing SOAP services, open source covers the essentials. You can build meaningful test suites without paying anything.
Limitations of open source:
- No built-in data-driven testing with Excel (requires a plugin or workaround)
- No security scanning
- No coverage reporting
- No API virtualization beyond basic mock services
- No centralized team management or reporting
- Performance testing is very basic (fixed threads, no ramp profiles)
- No integration with SmartBear’s test management tools
What SoapUI Pro added (and what replaced it)
SoapUI Pro was SmartBear’s commercial version, sold as a per-seat license. It added:
- Better data-driven testing with Excel, databases, and Grid DataSources
- Enhanced reporting (HTML, PDF, JUnit reports)
- Coverage reports showing which operations were tested
- Better WSDL coverage analysis
- API virtualization features
- Support contract
SmartBear discontinued SoapUI Pro as a standalone product and merged it into ReadyAPI. If you are looking for a SoapUI Pro license today, SmartBear will redirect you to ReadyAPI.
ReadyAPI: the current commercial offering
ReadyAPI is SmartBear’s current commercial API testing platform. It bundles three products:
- SoapUI NG (the test creation and execution tool, successor to SoapUI Pro)
- LoadUI NG (performance and load testing)
- TestServer (remote test execution engine)
You can also license components individually, but the bundle is common.
What ReadyAPI adds beyond SoapUI open source:
- API security scanning (SQL injection, XSS, fuzzing)
- Advanced data-driven testing with Excel, databases, Grid
- Detailed HTML/PDF test reports
- Coverage visualization showing tested vs untested operations
- Centralized test management dashboard
- TestServer for running tests on remote infrastructure
- Integration with SmartBear’s AlertSite, QAComplete, and other tools
- Priority support from SmartBear
ReadyAPI pricing
SmartBear does not publish prices publicly on the website, which makes comparison harder. Based on publicly available information:
- ReadyAPI starts at approximately $749 per user per year for the standard plan
- Enterprise licensing is negotiated and typically higher
- Floating licenses (shared across a team) are available but cost more per seat
- Academic and nonprofit discounts exist
For a team of five developers, the annual cost runs around $3,745 per year at the standard rate. For larger teams, the cost compounds quickly.
SmartBear regularly offers promotional pricing and bundles. If you contact their sales team, the actual price may differ from the list price. The key point: there is no middle tier between free (open source) and paid ($749+/user/year). That gap drives many teams to look at alternatives.
When the open source version is enough
SoapUI open source is sufficient when:
- Your team tests SOAP services primarily, without complex data-driven scenarios
- You do not need formal test reports for compliance or management review
- You are running a small team (1-3 people) with simple test suites
- You use Groovy scripting confidently and do not need security scanning
- Your CI/CD pipeline can run
testrunner.shwith a JDK installed
Many teams run SoapUI open source for years without hitting a limitation that genuinely requires ReadyAPI. The open source tool is functional. Its problems are not about missing features as much as about the overall developer experience (slow startup, Groovy dependency, no cloud sync).
When to upgrade to ReadyAPI
ReadyAPI makes sense when:
- You need API security scanning as part of your test pipeline
- You need compliance-grade PDF or HTML reports for auditors
- Your organization already uses other SmartBear tools and wants integration
- You test complex SOAP services and need advanced Excel/database DataSources
- You need centralized reporting across multiple QA team members
- Performance testing is a core requirement and you want it in the same tool
The security scanning feature is the most defensible reason to pay for ReadyAPI. If your team runs security tests against APIs and needs automated vulnerability scanning, ReadyAPI’s security test suite is a real differentiator.
When to switch to a modern alternative instead
Here is where it gets honest: for most teams, the features in ReadyAPI that matter most are available in modern alternatives at lower cost.
Consider switching away from the SoapUI product line entirely if:
Your team writes mostly REST APIs. SoapUI and ReadyAPI were designed for SOAP. Using them for REST is possible but not where they shine.
Your team uses JavaScript or Python. Groovy scripting is a genuine maintenance burden for teams without Java knowledge. Every time a Groovy script breaks, someone has to debug a language they rarely write.
You need team collaboration features. Neither SoapUI open source nor ReadyAPI offer the real-time collaboration, shared workspaces, and cloud sync that modern tools provide.
You are running cloud-native CI/CD. Installing a JDK on every CI runner to run testrunner.sh adds complexity. Tools like Apidog run from an npm package.
You cannot justify $749+ per user. ReadyAPI’s price point is real. If you are not using the security scanning, advanced reporting, and TestServer features, you are paying for things you do not need.
Apidog as an alternative to the ReadyAPI upgrade
Apidog fills the most common gaps teams hit when they outgrow SoapUI open source:
| Need | SoapUI open source | ReadyAPI | Apidog |
|---|---|---|---|
| SOAP/WSDL testing | Yes | Yes | Partial (raw HTTP) |
| REST testing | Yes | Yes | Yes |
| GraphQL/gRPC | No | No | Yes |
| Team collaboration | No | Limited | Yes |
| Cloud sync | No | Yes | Yes |
| CI/CD (no JDK) | No | No | Yes |
| JavaScript scripting | No | No | Yes |
| Data-driven testing | Plugin | Yes | Yes |
| Free tier | Yes | No | Yes (3 users) |
| Price per user/year | Free | $749+ | Lower than ReadyAPI |
If WSDL auto-generation is not a daily requirement, Apidog covers most of what teams actually use ReadyAPI for at a fraction of the cost.
The hybrid approach
Some teams run a split setup:
- SoapUI open source for WSDL import and SOAP-specific work
- Apidog for REST testing, collaboration, and CI/CD
This avoids the ReadyAPI cost while keeping WSDL capability. The trade-off is managing two tools. For teams where SOAP is 20% of the test surface and REST is 80%, this split often makes more sense than paying for ReadyAPI.
FAQ
Can I use SoapUI open source for commercial projects?Yes. SoapUI open source is licensed under the Apache License 2.0, which permits commercial use.
Is there a way to get ReadyAPI for free?SmartBear offers a trial period (typically 14 days). Beyond that, no free commercial use. Some academic institutions have arrangements with SmartBear for discounted or free licenses.
Does ReadyAPI import SoapUI open source projects?Yes. ReadyAPI is backward-compatible with SoapUI project files. You open the same XML project file in ReadyAPI without conversion.
If I upgrade to ReadyAPI, can I downgrade back to SoapUI open source?The project file format is compatible going both ways. The features you added in ReadyAPI (security tests, coverage reports) will not be available in open source, but the basic test structure works.
What is the main reason teams leave SoapUI open source?The most common reasons are the slow startup and Groovy scripting burden. Teams also cite the lack of cloud sync, which forces manual file sharing for collaboration.
Does Apidog handle SOAP testing without WSDL import?Yes. You construct the SOAP envelope manually and send it as an HTTP POST with the appropriate content-type header. For teams with familiar SOAP services, this works well. For onboarding to a new WSDL service, it takes longer than SoapUI’s auto-import.
The $749/user gap between “free” and “commercial” is unusual in the API testing market. Before committing to ReadyAPI, verify that the features you need are not available in a cheaper alternative.



