Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
hi InterContinentalHotelsGroup,
the classes you are looking for are in the soapui (not pro) jar. As soapui-pro does not declare any dependencies, you have to do it in your pom.
This means that, you should add the soapui dependency and remove the ext-xmlbeans dependency (code is not included in the soapui jar since 4.5.2)
Regarding the extension of the JunitReport, have a look on the post provided by Marcus from SmartBear, it explains how you can use your custom JunitReport when running the soapui TestRunner
the classes you are looking for are in the soapui (not pro) jar. As soapui-pro does not declare any dependencies, you have to do it in your pom.
This means that, you should add the soapui dependency and remove the ext-xmlbeans dependency (code is not included in the soapui jar since 4.5.2)
Regarding the extension of the JunitReport, have a look on the post provided by Marcus from SmartBear, it explains how you can use your custom JunitReport when running the soapui TestRunner