How to call a .NET web service with Kerberos (or NTLM) authentication from Oracle PL/SQL
- by Niklas
We are calling a .NET web service from our oracle database using the sys.utl_http package. We have also tested with the sys.utl_dbws package.
This works fine when there is no security on the .NET web service. However, we would like to use sys.utl_http or sys.utl_dbws to call a .NET web service with
Kerberos or NTLM authentication.
We're currently struggling with this. Any hints on how to solve it?