问题描述
我正在使用EWS webservices来生成JAVA客户端。我成功使用APACHE AXIS2创建了Java客户端。我的问题是我必须在webpshere 6.0中使用java代码,而后者又只支持JRE 1.4。我钻了IBM论坛,将我的app
服务器指向1.5,但这不是一个可能的情况。
I am using EWS webservices to generate the JAVA client. I succeeded to create java client using APACHE AXIS2. My problem is that i have to make use of java code in webpshere 6.0 which in turn supports only JRE 1.4. I drilled down IBM forum to point my app server to 1.5, but this is not a possible case.
所以,我没有解决办法,只能使用JAVA代码在JAVA 1.4平台上开发。在我尝试使用APACHE AXIS 1.4之前,但是没有生成正确的客户端代码。有几个编译问题以及该代码中的错误。
So, i am left with no solution but to use the JAVA code developed at JAVA 1.4 platform. Before i tried make use of APACHE AXIS 1.4 too but that doesn't generated proper client code. There were several compilation issues as well as bugs in that code.
最后,我必须为java 1.4生成EWS交换webservices
Finally, i have to generate EWS exchange webservices for java 1.4
任何线索或帮助将不胜感激
Any clue or help will be appreciated
谢谢
Sourabh Sharma
Sourabh Sharma
推荐答案
您应该使用EWS Java API。
You should use the EWS Java API.
。它比Java自动生成的代理对象模型更容易使用。
http://archive.msdn.microsoft.com/ewsjavaapi. It is much easier to use than the Java auto-generated proxy object model.
这篇关于适用于java 1.4的EWS webservice客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!