snw
10 years agoNew Contributor
Getting Error while trying to run soap xml using java
Hi, I am using maven-soapui-plugin 4.5.1 and I want to run a particular test step. I am using below code: WsdlProject abc = new WsdlProject(projectXMLPath); WsdlTestSuite wsdlTestSu...
- 10 years ago
I used below dependency instead of maven-soapui-plugin 4.5.1 and it fixed the issue.
<dependency>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.1.3</version>
</dependency>