Hi,
I think we use NTLMv1 but we don't have control over the server. Below is a part of the HTTP log from soapUI 4.6.1. I have taken out the soap header and soap body contents, but left the rest of the log intact.
Note that I do not have an error.log, nor was there anything relevant to the authentication error in soapui-errors.log (at the time of the requests).
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "POST /appStargate/ServiceS3G.svc HTTP/1.1[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "Accept-Encoding: gzip,deflate[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "Content-Type: text/xml;charset=UTF-8[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "SOAPAction: "
http://tempuri.org/IS3GService/InfoSolutionsSS4"[\r][\n]"Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "Content-Length: 1559[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "Host: xxxxxxxxxxxxx.com:8080[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "Connection: Keep-Alive[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "User-Agent: Apache-HttpClient/4.1.1 (java 1.5)[\r][\n]"
Mon Nov 18 16:24:34 CET 2013:DEBUG:>> "[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:>> "<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="
http://tempuri.org/" xmlns:tsf="
http://schemas.datacontract.org/2004/07/TSF.TI.NSV.Common.WCF.ServiceContracts">[\n]"Mon Nov 18 16:24:36 CET 2013:DEBUG:>> " <soapenv:Header>[\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:>> " </soapenv:Header>[\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:>> " <soapenv:Body>[\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:>> " </soapenv:Body>[\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:>> "</soapenv:Envelope>"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "HTTP/1.1 401 Unauthorized[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "Server: Microsoft-IIS/7.0[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "WWW-Authenticate: Negotiate[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "WWW-Authenticate: NTLM[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "X-Powered-By: ASP.NET[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "Date: Mon, 18 Nov 2013 15:24:28 GMT[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "Content-Length: 0[\r][\n]"
Mon Nov 18 16:24:36 CET 2013:DEBUG:<< "[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "POST /appStargate/ServiceS3G.svc HTTP/1.1[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "Accept-Encoding: gzip,deflate[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "Content-Type: text/xml;charset=UTF-8[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "SOAPAction: "
http://tempuri.org/IS3GService/InfoSolutionsSS4"[\r][\n]"Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "Content-Length: 1559[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "Host: xxxxxxxxxxxxx.com:8080[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "Connection: Keep-Alive[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "User-Agent: Apache-HttpClient/4.1.1 (java 1.5)[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="
http://tempuri.org/" xmlns:tsf="
http://schemas.datacontract.org/2004/07/TSF.TI.NSV.Common.WCF.ServiceContracts">[\n]"Mon Nov 18 16:24:37 CET 2013:DEBUG:>> " <soapenv:Header>[\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> " <tem:pHeader>[\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> " </tem:pHeader>[\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> " </soapenv:Header>[\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> " <soapenv:Body>[\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> " </soapenv:Body>[\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:>> "</soapenv:Envelope>"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "HTTP/1.1 401 Unauthorized[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "Server: Microsoft-IIS/7.0[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "WWW-Authenticate: Negotiate[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "WWW-Authenticate: NTLM[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "X-Powered-By: ASP.NET[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "Date: Mon, 18 Nov 2013 15:24:29 GMT[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "Content-Length: 0[\r][\n]"
Mon Nov 18 16:24:37 CET 2013:DEBUG:<< "[\r][\n]"