We call the .NET web service from our oracle database using the sys.utl_http package. We also tested the sys.utl_dbws package.
This works great when there is no security in the .NET web service. However, we would like to use sys.utl_http or sys.utl_dbws to invoke the .NET web service using Kerberos or NTLM authentication.
We are currently struggling with this. Any clues on how to solve it?
source
share