How To Call a .Net Web Service with Kerberos (or NTML) 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/05/14 19:54 UTC
Read the original article Hit count: 489

Filed under:
|
|

Hi all,

We are calling a .Net webservice from our oracle database using the sys.utl_http package and we have also tested with the sys.utl_dbws package, this works fine when there is no security on the .Net webservice.

However, we would like to use sys.utl_http or sys.utl_dbws to call a .Net webservice with Kerberos- or NTLM authentication (we're currently struggling with this).

Any hints on how to solve this, is it possible?

Thanks//Niklas

© Stack Overflow or respective owner

Related posts about plsql

Related posts about kerberos