-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mock wsdl and rest web services #2
Comments
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. Do you have a working example in a project file and could you gist it please so I can have a look? |
i got code that run mock service from soapui def project = context.testCase.getTestSuite().getProject(); |
done. see examples/mock |
super fast, thanks i will check today's evening |
i modified a bit run.bat to set SOAPUI_HOME="c:\Program Files (x86)\SmartBear\soapUI-4.0.1" jybot --pythonpath %SOAPUI_HOME%/bin/soapui-4.0.1.jar:%SOAPUI_HOME%/lib/STAR.jar --escape star:STAR --variable PRJ:tempconvert-soapui-project.xml --variable SUITE:suite --variable CASE:case --variable MOCK:mock test.txt run it and get following issue looking for suggestions! |
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. Can anyone confirm the error? |
I tested on
and can reproduce issue |
are going to implement such functionality in your library?
The text was updated successfully, but these errors were encountered: