Reply
Newbie
AnhNguyen206
Posts: 1
0

Need help with SharePoint intergration

Hi everybody,

Recently I have a requirement to search sharepoint document on SalesForce.com. So I tried to use SharePoint default web service. I have generated an apex class from SharePoint Lists.asmx. However in the methods that got generated, I couldn't find any credentials passing methods (such as: setUserName(), setPassword() etc..)

If I just call the method then a 401 unauthorized message is sent back. Is there anyway to pass credentials to SharePoint web service call ?

I'm using SharePoint server 2010 and SalesForce Developer edition.

Thanks and best regards