Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Access ASP.NET Webservices(SOAP-based) using PL/SQL (utl_http / utl_dbws)

746080Jan 12 2010 — edited Aug 3 2011
Requirement : To pull the data from the ASP.NET Webservice into Oracle DB

Approach : Consume ASP.NET Webservices(SOAP-based) Response into ORACLE DB using PL/SQL(utl_http OR utl_DBWS).

The ASP.Net uses Integrated Windows Authentication( NTLM/Kerboros Authentication) over SSL. When try to access the webservice with anonymous access it works, but either with NTLM/Kerboros or SSL it fails. We have used sys.utl_http.set_authentication(http_req,<<username>>,<<password>>,'Basic',false) , but still no use

Completed POC Activities

-> We were able to access .Net Web Service using PL/SQL (utl_http) without any Security Restrictions( Anonymous Access )

Unable to to the following operations

-> Access .NET Web Service using PL/SQL (utl_http) with Integrated Security Enabled ( NTLM/ Kerboros Authentication)
-> Access .NET Web Service using PL/SQL (utl_http) with Integrated Security Enabled ( NTLM/ Kerboros Authentication) over SSL


Need help in writing the Pl/SQL code to access Asp.net web Service with Integrated Windows Authentication( NTLM/Kerboros Authentication) over SSL.
This post has been answered by Billy Verreynne on Jan 13 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2011
Added on Jan 12 2010
5 comments
2,731 views