on 2017 Jun 05 5:50 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFAIK, NTLM authentication is not that uncommon within (older) Windows Networks.
User | Count |
---|---|
25 | |
22 | |
8 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.