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";
WsdlProject project = new WsdlProject();
WsdlInterface[] wsdls = WsdlImporter.importWsdl(project, wsURL);
And I get "failed to load URL" error because I can not apply username and password to wsdl service. How can I apply them?
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