0

如何从 sharepoint 快速搜索 Web 服务调用方法 ex: QueryEx , GetQuerySuggestions 我关注了这篇 文章

但每次我得到这个错误:

<soap:envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><faultcode>soap:Client</faultcode><faultstring>Data at the root level is invalid. Line 1, position 1.</faultstring></soap:envelope>

我还用提琴手检查了传出的消息,我发现正文是 0,它返回“401 Unauthorized”有什么想法吗?

4

1 回答 1

0

问题是从 JavaScript 到 WCF 服务的跨域调用,所以我在 Web 应用程序的同一域中创建了一个新的 Web 服务,并从中使用了其他服务。

javascript ----call----> Proxy webservice ----call-----> 不同域中的webservice

于 2012-09-16T10:15:33.993 回答