How to call a .NET web service with Kerberos (or NTLM) authentication from Oracle PL/SQL

Posted by Niklas on Stack Overflow See other posts from Stack Overflow or by Niklas
Published on 2009-09-28T09:48:39Z Indexed on 2010/06/06 4:02 UTC
Read the original article Hit count: 466

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about web-services

Related posts about plsql