cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call SOAP webservice with NTLM authentication in SA16

2,682

Hi,

We need to call SOAP webservice which uses NTLM authentication. Is that possible in SQL Anywhere 16 using web client procedure/function (i. e. without using external environments)?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

MarkCulp
Participant

Note: Having never heard of "NTLM authentication" I had to look it up. After a brief look at it, I can say that the server does not have builtin code to do this type of authentication. But... it would seem to me that the server provides you everything that you would need to implement it. I.e. use plain http requests, captures the responses, compose the appropriate reply and send it back to the server. This would take some effort.

It could be easier to use an external environment procedure!

HTH

Breck_Carter
Participant
0 Kudos

...and then there's this: "Microsoft no longer recommends NTLM in applications"

Breck_Carter
Participant
0 Kudos

> "HTLM authentication"

That's a NASA thing.

MarkCulp
Participant
0 Kudos

I fixed my typo 😉

VolkerBarth
Contributor
0 Kudos

AFAIK, NTLM authentication is not that uncommon within (older) Windows Networks.

Answers (0)