

上次我问过一个问题:“如果需要使用异步方式或同步方式调用一段业务逻辑(business logic),是否应该执行两次?”在您的解答中提及到“Axis”。请问有没有相关的参考资料来说明如何使用它?
关于如何使用Axis建立异步通信模型,请参考下面的链接:
http://www.voelter.de/data/pub/WebServicesAsync.pdf
http://wi.wu-wien.ac.at/~uzdun/publications/jswr04.pdf
http://www-106.ibm.com/developerworks/library/ws-asoper/?ca=dnt-436
http://ws.apache.org/axis2/userguide.html
http://ws.apache.org/axis2/Axis2ArchitectureGuide.html
http://ws.apache.org/axis2/ClientAPI.html
Axis的一般技术文档请参考以下链接:
http://ws.apache.org/axis2/refLib.html
http://www.sosnoski.com/presents/java-xml/axis/
http://www.fawcette.com/javapro/2003_02/online/WSDL_kjones_02_27_03/
http://www.javaworld.com/javaworld/jw-01-2002/jw-0125-axis.html
http://www.javaworld.com/javaworld/jw-04-2003/jw-0411-axis.html