摘要:
1.配置好jdk环境,打开命令行,输入wsimport回车能看到很多该命令的参数, -s:要生成客户端代码的存储路径 -p:对生成的代码从新打包这两个最常用。在打开的命令行中输入:wsimport -s /home/medees/testhttp://10.90.2.17:6789/hello?... 阅读全文
摘要:
1.创建要发布的类package com.test.webserive;import javax.jws.WebService;//targetNamespace定义命名空间@WebService(targetNamespace="http://www.mess.com")public class ... 阅读全文