consuming a sharepoint webservice from PL SQL - To transfer a file from UNIX to Sharepoint - Continu
This is a continuation of the previous discussion, "consuming a sharepoint webservice from PL SQL - To transfer a file from UNIX to Sharepoint". I am creating a new discussion as the browser window closes when trying to access the discussion. Must have been due to data corruption.
As per the suggestion to try and access the webservice WSDL file from DB server, I had used the below query.
select utl_http.request('http://<sharepointsite>:<port>/_vti_bin/Copy.asmx') from dual
This query returns the source code of the page. The output page had the following to display