用c#调用UCWA - lync 2013服务器

时间:2017-02-06 10:03:13

标签: lync-2013 ucwa

我向以下网址发送了一个获取请求(我在这里用xxx替换了我公司的真实域名)

http://lyncdiscover.xxx.com/?sipuri=abc@xxx.com

而不是根据许多博客获取此格式。

{
"_links":{
"self":{
  "href":"https://lyncweb.sipdomain.co.uk/Autodiscover/AutodiscoverService.svc/root?originalDomain=sipdomain.co.uk"
},
"user":{
  "href":"https://lyncweb.sipdomain.co.uk/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=sipdomain.co.uk"
},
"xframe":{
  "href":"https://lyncweb.sipdomain.co.uk/Autodiscover/XFrame/XFrame.html"
    }
  }
}

我没有使用xframe返回此格式(我用xxx替换了域):

{
  "AccessLocation": "External",
  "Root": {
   "Links": [
      {
        "href":         "https://lswebservice.xxx.com/Autodiscover/AutodiscoverService.svc/root/domain",
    "token": "Domain"
  },
  {
    "href": "https://lswebservice.xxx.com/Autodiscover/AutodiscoverService.svc/root/user",
    "token": "User"
  }
    ]
  }
}

我在这里想念什么?

1 个答案:

答案 0 :(得分:1)

您需要更新Lync Server 2013环境 - Updates for Lync Server 2013。 UCWA上线了Lync Server 2013(CU1),您最初点击的是自动发现服务,该服务在CU1中更新,以返回您期望的格式。

该信息包含在ITAdmin-Configuration文档的最后一段中。