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

后端 未结 2 1585
春和景丽
春和景丽 2021-01-20 11:49

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

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

相关标签:
2条回答
  • 2021-01-20 12:10

    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.

    0 讨论(0)
  • 2021-01-20 12:16

    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

    0 讨论(0)
提交回复
热议问题