Rodriguez123
5 years agoVisitor
How to apply credentials with com.smartbear.soapui java plugin
Hello!
I try to use this plugin in Java
<groupId>com.smartbear.soapui</groupId> <artifactId>soapui</artifactId> <version>5.1.1</version>
I write such code:
String wsURL = "some_url"; W...
- 5 years ago
Hi Rodriguez123 I found an article where I believe something similar is performed with the plugin. Please take a look as it might be used as a reference - http://olensmar.blogspot.com/2014/07/getting-started-with-new-soapui-plugin.html