package ws; /** * Loong (smm_h@163.com) * @date 2012-4-20 上午10:48:50 * * @description * * @version */ public class TestHelloWord { public String helloWord(String xmlString){ return "3.将axis2下的conf文件夹拷贝到项目WEB-INF下 4.将axis2下的lib包导入到项目中,再将repository目录下的modules目录拷贝放入WEB-INF文件夹下。 5.在项目WEB-INF下创建services └─AxisService └─META-INF 文件夹。 再创建services.xml文件:Loong " + xmlString ; } }
6.在web.xml文件中配置axis的servlethelloWordService ws.TestHelloWord
7.启动tomcat服务器 , 在浏览器中输入http://localhost:8443/Axis2Service2/services/helloService0001?wsdl 就可以访问了 8. 转换为https 只需要修改conf目录下的axis2.xml文件 查找transportReceiver 将name="http" 改为 name="https"就行了 访问路径:https://localhost:8443/Axis2Service2/services/helloService0001?wsdlAxisServlet org.apache.axis2.transport.http.AxisServlet 1 AxisServlet /services/*