SharePoint 2013 - Accessing List data through web service from Sharepoint site, getting error 404

限于喜欢 提交于 2019-12-24 16:07:47

问题


I have been trying to get the list data from Sharepoint 2013 Site for many days but no luck. I stuck to the point where I don't know what could be the reason.

I have created a Sharepoint 2013 provider Hosted app on the development server. I have a list with data on the azure site (Production) and I am trying to access that data through the web service. Somehow I am able to connect to the service using URLs like "http: //mydomain/sites/sitename/_vti_bin/Lists. asmx" while adding the webreference to my project. This link is also showing the right values while Opened in browser with right credential but the problem is that when I Click on create web reference button it gave me an error that wsdl cannot be downloaded.

So this is the message when I click on the service description , it doesn't show the xml file that supposed to show.

Please look at the link below for more clarification on my question:

http://social.msdn.microsoft.com/Forums/en-US/ca6ec22b-bad5-466a-b811-08c515479ef1/sharepoint-2013-accessing-list-data-through-web-service-from-sharepoint-site-getting-error-404?forum=sharepointdevelopmentprevious

来源:https://stackoverflow.com/questions/19429763/sharepoint-2013-accessing-list-data-through-web-service-from-sharepoint-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!