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.

asked 05 Jun '17, 04:50

Arthoor's gravatar image

Arthoor
1.3k355266
accept rate: 11%

edited 05 Jun '17, 04:54


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

permanent link

answered 05 Jun '17, 08:54

Mark%20Culp's gravatar image

Mark Culp
24.9k10139297
accept rate: 41%

edited 05 Jun '17, 11:53

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

(05 Jun '17, 11:45) Breck Carter
Comment Text Removed

> "HTLM authentication"

That's a NASA thing.

(05 Jun '17, 11:49) Breck Carter
Replies hidden

I fixed my typo ;-)

(05 Jun '17, 11:54) Mark Culp

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

(06 Jun '17, 03:33) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×63
×23
×19
×1

question asked: 05 Jun '17, 04:50

question was seen: 2,051 times

last updated: 06 Jun '17, 06:22