cancel
Showing results for 
Search instead for 
Did you mean: 

Using Data Services on top of Sharepoint webservices

Former Member
0 Kudos

Hi all,

Is it possible from Data Services to connect to Sharepoint lists exposed as webservices?

Thus using Data Services as the ETL framework between Sharepoint and SAP BW?

Hope you can help out.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187605
Active Contributor
0 Kudos

DS can consume any Web Service. Check http://wiki.scn.sap.com/wiki/display/EIM/Consuming+an+external+Web+Service for how to build the data flow.

Former Member
0 Kudos

Thanks for your answer.

Is there to your knowledge anything special to be aware of in regards to using web services from SharePoint?

severin_thelen
Contributor
0 Kudos

In my opinion DS make no difference between different web service providers. So there should not be anything special you have to be aware of.

Regards

Severin

Answers (1)

Answers (1)

Former Member
0 Kudos

you may face challenges when using SharePoint Webservices, especially if you are using NTLM authentication, this is not supported with WebServices datastore, I did manage to make it work in older DS version using Webservice adapter in few cases

other thing that you need to ensure is the WSDL should have complete schema and fixed schema for both input and output, DS doesn't support dynamically changing schema. This is easy to work around

only challenge will be NTLM auth, if you are using basic auth then it should be fine

few customers has worked around this by writing wrapper webservices, in worst case you can try that approach too