Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authentication in SOAP UI while testing web services

I am using SOAP UI for testing the web services. In the Authentication tab, I have entered the username and password and domain name.

Sample:
WSDL URL: http://localhost:8080/soap/helloTest?wsdl

Username:hello
pass:helloworld
domain: http://mysysfullname:8080

I have given the correct credentials. I also replaced domain as http://localhost:8080.

Even then I am getting invalid credentials only. The username and password are correct and they are not my windows credentials.

Can some one help how to give the credentials.

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

Thanks.

like image 933
Patan Avatar asked Mar 25 '26 03:03

Patan


1 Answers

It also depends on the WSS-PasswordType

verify that also.

like image 104
TheWhiteRabbit Avatar answered Mar 27 '26 18:03

TheWhiteRabbit



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!