UCMA Web Service是谁? [英] UCMA Web Service anybody?

查看:75
本文介绍了UCMA Web Service是谁?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望编写一个提供UCMA 2.0应用程序端点的一些功能的Web服务(例如在线信息)。出现了两个明显的问题:

1.这样的事情是否已经存在?

2.如何处理Web服务中UCMA应用程序端点的状态?每次调用Web服务方法时,启动平台并初始化端点并将其全部关闭都太麻烦了。因此,Web服务应该以某种方式保持端点活着。但它当然是无国籍的。因此,需要一些技巧。 (就像本地运行的statefull os服务。或者也许创造性地使用会话状态。)最佳实践或建议任何人?

最好的问候,

巴布

Hi,

I want to write a web service offering some of the features of the UCMA 2.0 application endpoint (e.g. presence information). Two obvious questions arise:

1. Does such a thing already exist?

2. How to handle the statefullness of the UCMA application endpoint in a web service? It's too cumbersome to start a platform and initialize an endpoint, and take it all down, every time a web service method is called. So, the web service should somehow hold the endpoint alive. But it is of course inherently stateless. So, some trickery is called for. (Like a locally running statefull os service. Or perhaps creative use of the session state.) Best practice or suggestions anybody?

Best regards,

Babu
Norway

推荐答案

你绝对可以在UCMA api之上构建web服务,你真的需要在后端提供有状态的服务。在每个服务请求上创建和建立端点不是解决问题的正确方法。请分享您希望公开为webservice的具体方案。

您可能还想查看" Microsoft统一通信AJAX SDK "为了了解现有的webservice apis,它是为后端使用可信ServerPlatform的ClientEndpoints设计的。
You can definitely build webservices on top of UCMA api, you really need a stateful service on backend. Creating and establishing endpoint on every service request is not the right way to approach the problem. Please share specific scenario you are looking for to expose as webservice.

You may also want to take a look at "Microsoft Unified Communications AJAX SDK" to get some idea of existing webservice apis, it is designed for ClientEndpoints using trusted  ServerPlatform on the backend.


这篇关于UCMA Web Service是谁?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆