Question

I have web service secured with SPNego (HTTP challenge returns WWW-Authenticate: Negotiate). This security mode is also referred as Windows integrated authentication. Is it possible to use SoapUI to test this service? It looks like SoapUI (4.0.0) ends communication once it gets challenge 401 HTTP response instead of following negotiation algorithm.

Was it helpful?

Solution

please see answer to the same question here:

Testing web service with SoapUI and Windows authentication

working solution is to use proxy for adding Windows authentication headers to your requests

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top