Forum Discussion

vanaepi's avatar
12 years ago

Make workspace exportable

- I have a workspace with 5 projects.
- Each of these five projects all use absolute paths in stead of relative paths.
- Each of these five projects use WSDL's with external XML schemas
- Each of these five projects uses two JKS files
- One project also uses 2 pdf files for attachments



What I want is a zip with the workspace file, the project files, the pdfs, the JKS files, the wsdl's and the XSD's all in one. Which can be distributed, extracted and then just do a switch workspace and done. So not only do I want relative paths, I also want to be able to CHANGE the relative path of the wsdl, jks, pdf, etc. to a folder inside the folder where my projects are located.

And I am absolutely clueless on how to do this. Any help would be greatly appreciated.
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    I got what you wanted to say and believe that export workspace functionality not in soapui at least in free edition.

    Here are some pointers:

    1. Regarding resources of a project, you may see #4 from below link
    http://www.soapui.org/Working-with-Proj ... jects.html

    2. Use properties where there are file path references, and with just change of properties project can be reused.

    3. In general, Repositories are used by teams to check out or checking the changes.