16 years ago
SOAPUI Junit
I would like to test a Web Service from the JUnit using the xml file into which the test suites are extracted.
I use WsdlProject project = new WsdlProject("src/com/test/soapui/soapui-test.xml") to enable test of the web service using java.
The problem I am facing is that the host of web service can change with time. Can I reset the endpoint of the service in the Junit ?.
I use WsdlProject project = new WsdlProject("src/com/test/soapui/soapui-test.xml") to enable test of the web service using java.
The problem I am facing is that the host of web service can change with time. Can I reset the endpoint of the service in the Junit ?.