Forum Discussion

Siva_Yelaswarap's avatar
Siva_Yelaswarap
Occasional Contributor
17 years ago

Loading WSDL

Hi All,

I have around 80 wsdl's in my soapui project, all these are pointing to web Methods Integration server, every time i reopen the project it loads all the wsdls  from the server. Is there any way to stop this happening and only do when ever required.

Thanks,
Siva.

4 Replies

  • Hi Siva,


    Looks like your soapUI project is not caching WSDLs. Select your project and make sure property Cache Definitions is set to false to true which will allow soapUI to used previously loaded (i.e. cached) versions of WSDLs when you load the project. Perhaps, this was turned off intentionally because WSDLs are being changed fairly frequently on your integration server.

    Also, default behavior as far as WSDL caching is concerned is set in Preferences->WSDL Settings->Cache WSDLs.

    Let me know if this has helped you.


    Cheers!
    /Nenad Nikolic a.k.a. Shonzilla
  • Siva_Yelaswarap's avatar
    Siva_Yelaswarap
    Occasional Contributor
    Hi Nenad,

    I have enabled these two properties in my SOAP UI project but this didn't help. When ever i open show project view it soap ui again loads all the WSDLS.

    Thanks,
    Siva.
  • Hello,

    soapUI will always load them, from cashe or from server. So, you'll always see progress bar. Set cashing to true, load all wsdls and than save project. Next time you reopen project wsdls will be loaded from cashe, not from server. So, you'll see progress bar just be sure if they are loaded from server or cashe.

    robert