We have a requirement to store Sharepoint List Data into Oracle.
Is it possible to Consumes Sharepoint Webservices(SOAP-based) into ORACLE DB using PL/SQL, like to access _vti_bin/lists.asmx?op=GetList and parse the list data and store in the DB.
Has anybody tried this ??? Are there any things (Security, environment) things to consider before diggin into this route??
I think PL/SQL has the support to call Web services and parse the XML to store in the DB.
Help is appreciated !!!