Forum Discussion

_ivanovich_'s avatar
_ivanovich_
Frequent Contributor
4 years ago
Solved

How to update api service in soapui?

Hi,

i have a REST project in soapui where i imported with url all api services from swagger.

x days after developper team updated some services and updated the swagger.

Now my project has the old version of swagger.

Is it possible to update with the new version from the swagger?

Or do i have to create a new project and the import the new api services from swagger?

Thank you

Ivan

  • Hey _ivanovich_,

    Theres no quick way with soapui to update your apis. If you have readyapi! (Pro version of soapui) this includes update/refactor api functionalitu that updates the api, but soapui doesnt include this, so youll have to manually update the changes or create a new project.

    Ta

    Rich

3 Replies

  • ZDGN's avatar
    ZDGN
    Contributor

    Hi _ivanovich_ 

     

    Did you try to import the updated definition with the menu "Project / Import Swagger" ?
    I think it should update the API definition.

     

     

    David.

  • richie's avatar
    richie
    Community Hero
    Hey _ivanovich_,

    Theres no quick way with soapui to update your apis. If you have readyapi! (Pro version of soapui) this includes update/refactor api functionalitu that updates the api, but soapui doesnt include this, so youll have to manually update the changes or create a new project.

    Ta

    Rich
    • _ivanovich_'s avatar
      _ivanovich_
      Frequent Contributor

      Thank you for your answer.

      So with open source there is no way to update except manually.