Microsoft Online CRM 2011,是否可以在不使用SDK的情况下连接
我已经开始在线尝试 Microsoft CRM 2011,我按照说明安装了 sdk。一切正常。我的问题是我不明白为什么在访问网络服务时必须使用 SDK。
有没有什么方法可以连接到 webwervice (IOrganizationService) 并获取元数据和数据?也就是说,我不必将 SDK 与我的应用程序一起分发。
I have started experimenting with Microsoft CRM 2011 online, i followed the instructions and installed the sdk. And everything is working. My problem is that i do not understand why i have to use a SDK when im accessing a webservice.
Is there any way of connecting to the webwervice (IOrganizationService) and get both metadata and data? That is - so i dont have to distribute the SDK with my application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这是他们用这个解决方案的一半。某些数据类型需要 SDK,而某些数据类型来自 wsdl 生成的代理。它似乎不是一个托管所有数据类型的“正确”网络服务。嗯,他们有数据类型,但仅用于传输,真正的实现是在 SDK 中的另一个部分类中。
Seems like its a half solution they made with this one. You need the SDK for some datatypes, and some datatypes is coming from the proxy generated from the wsdl. it does not seem to be a "proper" webservice hosting all datatypes. Well, they have the datatypes, but only for transport, the real implementation is in another partial class in the SDK.