SOAP Java 1.4.2 [closed]

心已入冬 提交于 2019-12-11 06:14:54

问题


What libraries are available to write a SOAP client in Java version 1.4.2?


回答1:


Apache Axis runs on Java 1.4 and has fairly good support for specs like WS-Security.




回答2:


The two major options are Apache Axis/Axis2 and the Sun Metro JAX-WS stack (included in J2EE 5 and J2SE 6).

However, Metro is Java 5 and newer only, as it uses annotations.




回答3:


Neither Metro nor CXF will work with Java 1.4.x, they both require Java5. I think the only options are Axis/Axis2 and XFire, but even Axis2 1.5 is going to be Java 5 only and XFire is pretty much replaced by CXF. Java 1.4 is pretty much a dead end for WebServices stacks.




回答4:


Most of the common ones were around then; you're likely to need to go to archived versions though, as that's several major revisions old now. Java 5 in particular added enough goodness that its features tended to be adopted.




回答5:


I'm a fan of Apache CXF. Here's a tutorial on the different ways to develop a web service client:

http://cwiki.apache.org/CXF20DOC/how-do-i-develop-a-client.html



来源:https://stackoverflow.com/questions/863808/soap-java-1-4-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!