Forum Discussion

PDavies's avatar
PDavies
New Contributor
15 years ago

Can I update definition automatically or from command line?

I want to run SoapUI tests automatically - probably using the command line.

One of the reasons for these tests is to catch any changes to the WSDL that break things.
However each time the WSDL is changed I need to open the project and manually do Update Definition on it. Otherwise the tests seem to still use the old definition.

Is there any way I can make this happen automatically or from the command line so that my tests will pick up on WSDL changes?

Thanks,
Pete

1 Reply

  • PDavies's avatar
    PDavies
    New Contributor
    Aha - perhaps I can turn off definition caching.

    However the (relative) file locations the project is saving for the WSDL are always a bit off (is this a bug?) so I cannot use it. Maybe if I had a URL rather than file location it would work.