Hi , I need to connect SharePoint from ODI 11g, then using lists and views i have to extract the data and should load into target table. i have separate jar file, using that jar file now we are downloading csv file, then loading the data using ODI OS command like below. java -cp /export/home/odixfer/scripts/wsutil.jar com.wsu.SharepointList user pawrd domainĀ "url/_vti_bin/lists.asmx" "{3B5F108C-6A78-4F43-97DD-5D8429A789B7}" "{195F74AF-5714-4095-8B79-9A118379E36F}" > filename.csv Instead of manual process, do we have any other option like, creating topology for that connection, and reverse eng then creating interface. Thanks in Advance.