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

后端 未结 2 1604
春和景丽
春和景丽 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: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

提交回复
热议问题