Pavlo Baron
Pavlo Baron
quickly googling it shows for example: https://www.soapui.org/apidocs/com/eviware/soapui/tools/SoapUITestCaseRunner.html so the API still seems to exist, but I can't say anything about state of integration in Jython or runability of this project,...
yeah, I don't like this half-hardcoded part, need to rework it some day.
do you mean this: http://www.soapui.org/Service-Mocking/mocking-soap-services.html and http://www.soapui.org/apidocs/com/eviware/soapui/model/mock/MockService.html ? Seems to be possible to access it through the API, though I didn't work with it yet. But it should be possible....
done. see examples/mock
That's plenty of error text... As far as I can see, the whole problem is around "java.lang.ClassCastException: com.eviware.soapui.config.impl.InterfaceConfigImpl cannot be cast to com.eviware.soapui. config.WsdlInterfaceConfig". But I have no idea, what...
I didn't touch this project for years now, didn't even know there has been activity recently, so sorry for the late reply. I think, people should first read RF documentation...