PL/SQL (MOSC)

MOSC Banner

consuming a sharepoint webservice from PL SQL - To transfer a file from UNIX to Sharepoint

edited Jun 21, 2018 1:06PM in PL/SQL (MOSC) 7 commentsAnswered
 Hi all,

    I am trying to transfer a file available in UNIX server to Sharepoint. I have chosen to use the built-in webservice provided by Microsoft sharepoint to upload files. This webservice will be available in the location 'http://<sharepoint-location>/_vti_bin/Copy.asmx'. where, <sharepoint-location> is the sharepoint address.

   I have created a simple anonymous block that calls this webservice. When i run this block, ORA-29532 error occurs. The below is the entire error message.

ORA-29532: Java call terminated by uncaught Java exception: HTTP transport error:
javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException:
Message send failed: HTTPClient.AuthSchemeNotImplException: NTLM

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center