Forum Discussion

hudi's avatar
hudi
New Contributor
15 years ago

How do I overrided metod in SoapUI Maven plugin?

How do I overrides host ? I try this but it doesnt work <host>http://localhost:8080</host>
then how I can speciefy for each tescase one endpoint ? I try this but this overides all endpoint in my testsuite <endpoint> endpoint </endpoint>
and then how I can overides properties ? I try this <projectProperties> <nameproperty>1</nameproperty></projectProperties> but it doesnt work.
So where I can find some examples of overiding method in maven ?
thx for help
  • hudi's avatar
    hudi
    New Contributor
    same problem when I launch test runner with overriding host. For example I try this <host>http://abrakadabra:1245</host> and what you think ? yes its still working but why ? I have no idea thx for any help

    hudi