How to Remove Cache in SoapUI


👤 Diwas Poudel    🕒 03 Aug 2024    📁 TECH

In this article I will show you how to remove cache in SoapUI.As we all know that SOAPUI caches data like WSDLs , request paramter and cookies. To ensure you are working on latest data it is good practics to clear the cache when necessary.

To remove the cache simply follow below steps.

1. Open SOAP UI and load your WSDL in it.

2. Then in the project properties, find the "Cache Definitions" option and select false in the drop next to Cache Definitions.

   

This will prevent SOAPUI from caching WSDLs in the future.

Note that here we are clearing the entire WSDL cache, and there is no way to clear individual requests within your SOAP.

Also sometime restarting SOAPUI can also help clear cached data.

For more visit: Official SOAPUI Link