0

我如何可以調用從SharePoint快速搜索Web服務EX方法:QueryEx,GetQuerySuggestions 我這個 Article如何從javascript調用sharepoint快速搜索web服務?

但每次跟着我得到這個錯誤:

<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未經授權」 任何想法請嗎?

回答

0

問題是從JavaScript到WCF服務的跨域調用,所以我在Web應用程序的同一個域中創建了一個新的Web服務,並使用其中的其他服務。

javascript ---- call ----> Proxy webservice ----- call -----> webservice in different domain