Forum Discussion
mustosm
14 years agoNew Contributor
Hello,
I found the solution, I use soapui maven plugin version 4.0.0 :
But my tests are done with the sopaui version 4.0.1, so I add in my pom.xml the folowing dependency :
I hope this can help someone.
Regards.
I found the solution, I use soapui maven plugin version 4.0.0 :
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-pro-plugin</artifactId>
<version>4.0.0</version>
But my tests are done with the sopaui version 4.0.1, so I add in my pom.xml the folowing dependency :
<dependency>
<groupId>eviware</groupId>
<artifactId>soapui</artifactId>
<version>4.0.1</version>
</dependency>
I hope this can help someone.
Regards.