我正在使用 SOAP UI 来测试 Web 服务。在身份验证选项卡中,我输入了用户名和密码以及域名。
Sample:
WSDL URL: http://localhost:8080/soap/helloTest?wsdl
Username:hello
pass:helloworld
domain: http://mysysfullname:8080
我已经给出了正确的凭据。我还将域替换为http://localhost:8080
.
即使那样,我也只会获得无效的凭据。用户名和密码是正确的,它们不是我的 Windows 凭据。
有人可以帮助如何提供凭据。
Adding Raw Request
POST http://localhost:8080/soap/helloTest HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ""
User-Agent: Jakarta Commons-HttpClient/3.1
Host: localhost:8080
Content-Length: 1004
谢谢。