Forum Discussion

RJanecek's avatar
RJanecek
Regular Contributor
15 years ago

How do I override method in SoapUI Maven plugin?

How do I overrides host ? I try this but it doesnt work <host>http://abrakadabra:1245</host> still sending to the same port
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
No RepliesBe the first to reply