How do I access the wsdl url in SoapUI that asks for username / password?

How do I access the wsdl url in SOAPUI

which asks for username / password?

http://localhost:8080/ws/hello1?wsdl

+2


source to share


2 answers


There is a bug with extracting password protected WSDLs in SoapUI 4.6.4. Fixed bug 5.0.0 and can be downloaded from http://www.soapui.org/



Hope this solves your problem.

+6


source


When you create a new project with wsdl or add wsdl to an existing project for secure web service, it asks for user id and password multiple times, simple solution is to add myuser: mypassword @



https: // MyUser: my password @MyWebservice: 9052 / SDV / ErpHub / 1.0 WSDL?

0


source







All Articles