GuyHarel
5 years agoNew Contributor
SoapUI multiple authentication calling SOAP WCF
Hello, When I create a test to call a SOAP WS, adding a WSDL: https://MyServer/MyWcfApplication/MyService.svc?WSDL I am beeing asked several authentication questions: 1. NT Authentication: ...
- 5 years agoHey GuyHarel,
In that case id go back to your architectural design/technical requirements as it doesnt even make sense from a technical nor
security perspective to have multiple different authentication schemes
required to hit a single endpoint unless the different authentication is required by other layers in your technical architecture (e.g. gotta go via a Proxy first, etc.)
Ta,
Rich