How to access a wsdl URL in SoapUI, which recquires username/password?

末鹿安然 提交于 2019-12-11 02:49:59

问题


How to access a wsdl URL in SOAPUI, which recquires username/password ?

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


回答1:


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

Hopefully this will solve your problem.




回答2:


When you create new project using wsdl or add a wsdl in existing project for a secure webservice, it asks for user id and password several times the simple solution is adding myuser:mypassword@

https://myuser:mypassword@mywebservice:9052/sdv/ErpHub/1.0?wsdl



来源:https://stackoverflow.com/questions/21690574/how-to-access-a-wsdl-url-in-soapui-which-recquires-username-password

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!