No, there is not such a way. Do ot forget, the 3-tier architecture is using ONLY Windows Authentication. Forget database logins, they have no future...
There is always a way.. You can code for exemple a stored proc that check a login/password... Then in a CodeUnit, you can call this stored proc... and return a true/false trought the webservice ...
BUT,
i'm agree with Kine, the best is to keep Windows Authentification.
Yes, you can do that, but it will not be authentication on the webservice level, but only on business logic level. You will still need the Windows authentication to call the webservice....
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
There is always a way.. You can code for exemple a stored proc that check a login/password... Then in a CodeUnit, you can call this stored proc... and return a true/false trought the webservice ...
BUT,
i'm agree with Kine, the best is to keep Windows Authentification.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.