We've created a SOAP endpoint for one of our applications but keep getting the following error:HTTP authentication failed. [CLIENT: 10.128.68.100]EventID: 26026The Endpoint is as follows:CREATE ENDPOINT [igloo_endpoint] AUTHORIZATION [Domain\user] STATE=STARTED AS HTTP (PATH=N'/igloo', PORTS = (CLEAR), AUTHENTICATION = (NTLM, KERBEROS, INTEGRATED), SITE=N'uk-ls-devdb-04', CLEAR_PORT = 90, COMPRESSION=DISABLED) FOR SOAP (WEBMETHOD 'LoadRiskTemplates'( NAME=N'[DCC_ad].[etl].[LoadRiskTemplates]', SCHEMA=STANDARD, FORMAT=ALL_RESULTS), BATCHES=DISABLED, WSDL=N'[master].[sys].[sp_http_generate_wsdl_defaultcomplexorsimple]', SESSIONS=DISABLED, SESSION_TIMEOUT=60, DATABASE=N'DCC_ad', NAMESPACE=N'http://server:90/igloo', SCHEMA=STANDARD, CHARACTER_SET=XML)GO
Has anyone come across this issue before?Junior DBA learning the ropes