本文介绍了如何使用Java在CRM 4 Live Web Services中获取CrmTicket进行身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试在从wsdl文件创建存根客户端类之后通过Java使用CRM发现和CRM服务。在C#中,您可以使用CrmSdk获取LogonManager的句柄,以便在使用这些Web服务时获取passportTicket进行身份验证。但是,在Java中,此功能似乎缺失。

I am trying to use the CRM Discovery and CRM Services via Java after having created the stub client classes from the wsdl files. In C# you can use the CrmSdk to get a handle to the LogonManager to get a passportTicket for authentication when using these web services. In Java however, this functionality appears to be missing.

Code Snippet

推荐答案


这篇关于如何使用Java在CRM 4 Live Web Services中获取CrmTicket进行身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 15:35