Axis 下的 WebService例子

1. 实例

参考文档:
http://axis.apache.org/axis2/java/core/docs/userguide-buildingservices.html#buildservices

例子代码完整包 (sample.rar)
包含ant脚本.

2. 通过SOAP Mointor查看SOAP message

参考文档:
http://axis.apache.org/axis2/java/core/docs/soapmonitor-module.html

文档中其中几个操作步骤的特别说明:
a) module.xml of soapmonitor.mars: 该文件可以不作修改。
b) soapmonitor-servlet-1.5.4.jar: 默认的war包里已经把soapmonitor的classes放到指定的目录里。

3. 使用JMeter测试WebService
参见附件: WebService(SOAP) Request.jmx

你可能感兴趣的:(java,apache,ant,webservice,SOAP)