Lionel
10 years agoNew Contributor
HTTP/1.1 401 Unauthorized
I am trying to invoke a web service from SOAP UI 5.0 hosted on IBM integration bus which has NTLM enabled, I see an 401 un authorized error in the http log of soap ui.
I have generated the ticket by running the knit command and also done the below.
Add following VM parameter to ${SoapUI_INSTALL_DIR}/bin/soapUI-pro-<version>.vmoptions
-Djavax.security.auth.useSubjectCredsOnly=false
HTTP log from soap ui:
HTTP/1.1 401 Unauthorized
Server: Apache-Coyote/1.1
WWW-Authenticate: NTLM
WWW-Authenticate: Negotiate
Transfer-Encoding: chunked
Can anyone tell me what else could be wrong ?