Forum Discussion

snw's avatar
snw
New Contributor
9 years ago
Solved

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...
  • snw's avatar
    9 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>